Sha256: 0e01d5964c302cca6ad56d01f5dfa2a7e4e7067854bbc229cec277c3f2b74121
Contents?: true
Size: 158 Bytes
Versions: 6
Compression:
Stored size: 158 Bytes
Contents
RSpec.configure do |config| config.before :each do SlackRubyBot.configure do |c| c.token = 'testtoken' c.user = 'rubybot' end end end
Version data entries
6 entries across 6 versions & 1 rubygems