spec/cli/restart_spec.rb in travis-1.5.1 vs spec/cli/restart_spec.rb in travis-1.5.2

- old
+ new

@@ -1,7 +1,7 @@ require 'spec_helper' -describe Travis::CLI::Open do +describe Travis::CLI::Restart do example 'travis restart' do run_cli('restart', '-t', 'token').should be_success $params['build_id'].should be == "4125095" $params['job_id'].should be_nil end \ No newline at end of file