spec/twitch/bot/message/user_message_spec.rb in twitch-bot-2.0.0 vs spec/twitch/bot/message/user_message_spec.rb in twitch-bot-2.0.1
- old
+ new
@@ -23,10 +23,9 @@
message = described_class.new(
text: "nocommand here",
user: "tester",
)
- binding.pry
expect(message.command?).to be false
end
it "does not mistake text for a command" do
message = described_class.new(