RSpec.describe "bot", "/ping/i", :bot do it "responds with pong" do message_event "<@bot>: ping" expect(bot).to have_responded("pong") end end