Sha256: 3f3a28acd33b99f0fff2716dc8ba2ca175d4205018a6d19570422b3e5c62fde9
Contents?: true
Size: 243 Bytes
Versions: 4
Compression:
Stored size: 243 Bytes
Contents
describe SlackRubyBot::Commands::Help do def app SlackRubyBot::App.new end it 'bot' do expect(message: "#{SlackRubyBot.config.user} bot").to respond_with_slack_message("Sorry <@user>, I don't understand that command!") end end
Version data entries
4 entries across 4 versions & 1 rubygems