spec/cli/whoami_spec.rb in travis-1.0.1 vs spec/cli/whoami_spec.rb in travis-1.0.2

- old
+ new

@@ -19,9 +19,9 @@ stderr.should be_empty end example "travis whoami -t token -i" do run_cli('whoami', '-t', 'token', '-i').should be_success - stdout.should be == "You are \e[1m\e[4mrkh\e[0m (Konstantin Haase)\n" + stdout.should be == "You are rkh (Konstantin Haase)\n" stderr.should be_empty end end