spec/client/runner_spec.rb in mirage-3.0.4 vs spec/client/runner_spec.rb in mirage-3.0.5

- old
+ new

@@ -129,10 +129,10 @@ runner = Mirage::Runner.new runner.options = options runner.stub(:mirage_process_ids).with([7001]).and_return({}) Mirage::Runner.should_receive(:new).and_return(runner) - expect { runner.invoke(:stop, [], options) }.not_to raise_error(Mirage::ClientError) + expect { runner.invoke(:stop, [], options) }.not_to raise_error end end end \ No newline at end of file