spec/twitch/bot/client_spec.rb in twitch-bot-3.1.0 vs spec/twitch/bot/client_spec.rb in twitch-bot-3.2.0

- old
+ new

@@ -12,10 +12,10 @@ config: config, channel: "testchannel", ) end - describe "#trigger" do + describe "#dispath" do it "responds to a Ping message" do ping_message_fake = Struct.new(:type, :hostname, :user) message = ping_message_fake.new(:ping, "test.twitch", nil) allow(client).to receive(:send_data)