blob: 530adcd983c3685327ce50abe66fc9c377fbc977 (
plain)
1
2
3
4
5
6
|
describe "brew doctor", :integration_test do
specify "check_integration_test" do
expect { brew "doctor", "check_integration_test" }
.to output(/This is an integration test/).to_stderr
end
end
|