Sha256: cdf1c6765886cb4339c938631efb6a951bd11c5de10d1ff4238d48ce18f3cec8
Contents?: true
Size: 187 Bytes
Versions: 17
Compression:
Stored size: 187 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 end
Version data entries
17 entries across 17 versions & 2 rubygems