spec/punchblock/component/input_spec.rb in punchblock-1.9.2 vs spec/punchblock/component/input_spec.rb in punchblock-1.9.3
- old
+ new
@@ -168,10 +168,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 Input that is not executing")
+ lambda { command.stop! }.should raise_error(InvalidActionError, "Cannot stop a Input that is new")
end
end
end
end