test/webhook_command_test.rb in gemcutter-0.3.0.pre vs test/webhook_command_test.rb in gemcutter-0.3.0
- old
+ new
@@ -146,10 +146,9 @@
end
should "dump out with error message" do
assert_received(@command) do |command|
command.say("There was a problem parsing the data:")
- command.say(/unexpected token at 'fubar'/)
end
end
should "terminate interaction" do
assert_received(@command) do |command|