spec/cli/status_spec.rb in travis-1.7.5 vs spec/cli/status_spec.rb in travis-1.7.6.travis.671.5

- old
+ new

@@ -20,9 +20,9 @@ run_cli('endpoint', '-pqx').should_not be_success stdout.should be_empty end example "travis status -i" do - run_cli('status', '-i').should be_success + run_cli('status', '-i', '--skip-completion-check', '-r', 'travis-ci/travis.rb').should be_success stdout.should be == "build #6180 failed\n" end end