Sha256: c623e49820854dc05a89f94147935f60966b3711f693f2ced4671f2f6992ffe2
Contents?: true
Size: 333 Bytes
Versions: 8
Compression:
Stored size: 333 Bytes
Contents
describe SlackRubyBot::Commands::Base do let! :command do Class.new(SlackRubyBot::Commands::Base) do command 'not_implemented' end end it 'raises not implemented' do expect(message: "#{SlackRubyBot.config.user} not_implemented").to respond_with_error(NotImplementedError, 'rubybot not_implemented') end end
Version data entries
8 entries across 8 versions & 1 rubygems