Merge pull request #12769 from MikeMcQuaid/fix_services_spec
test/cmd/services_spec: fix test.
This commit is contained in:
commit
cf4848b17a
@ -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