spec/punchblock/component/output_spec.rb in punchblock-1.9.2 vs spec/punchblock/component/output_spec.rb in punchblock-1.9.3

- old
+ new

@@ -252,10 +252,10 @@ end end describe "when the command is not executing" do it "should raise an error" do - lambda { command.stop! }.should raise_error(InvalidActionError, "Cannot stop a Output that is not executing") + lambda { command.stop! }.should raise_error(InvalidActionError, "Cannot stop a Output that is new") end end end # #stop! describe "seeking" do