test/cmd/services_spec: fix test.
Was broken by https://github.com/Homebrew/homebrew-services/pull/443
This commit is contained in:
		
							parent
							
								
									e067a5c480
								
							
						
					
					
						commit
						0b9df6db62
					
				@ -6,7 +6,7 @@ describe "brew services", :integration_test, :needs_macos, :needs_network do
 | 
				
			|||||||
    setup_remote_tap "homebrew/services"
 | 
					    setup_remote_tap "homebrew/services"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    expect { brew "services", "list" }
 | 
					    expect { brew "services", "list" }
 | 
				
			||||||
      .to output("Warning: No services available to control with `brew services`\n").to_stderr
 | 
					      .to not_to_output.to_stderr
 | 
				
			||||||
      .and not_to_output.to_stdout
 | 
					      .and not_to_output.to_stdout
 | 
				
			||||||
      .and be_a_success
 | 
					      .and be_a_success
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user