Sha256: 82a462e0313d28f057f5902dbc52773aba8a611e2e1ca7d5728985a6a19096e2
Contents?: true
Size: 250 Bytes
Versions: 11
Compression:
Stored size: 250 Bytes
Contents
RSpec.configure do |config| config.before :each do SlackRubyBot.configure do |c| c.token = 'testtoken' c.user = 'rubybot' c.user_id = 'DEADBEEF' end end config.after :each do SlackRubyBot::Config.reset! end end
Version data entries
11 entries across 11 versions & 1 rubygems