spec/cli/history_spec.rb in travis-1.6.9.travis.479.6 vs spec/cli/history_spec.rb in travis-1.6.9.travis.483.6

- old
+ new

@@ -28,6 +28,11 @@ example 'travis history -p 5' do run_cli('history', '-p', '5').should be_success stdout.should be_empty end + + example 'travis history -c' do + run_cli('history', '-c').should be_success + stdout.should be == "#6180 failed: master Steve Klabnik Associaton -> Association\n" + end end