Sha256: 143d553c3b7719b3ff27df2dfda53f7aae33a6cc1a82fe90a52046a01fab2fc9
Contents?: true
Size: 218 Bytes
Versions: 37
Compression:
Stored size: 218 Bytes
Contents
RSpec.configure do |config| config.before do @old_token = Slack::Config.token end config.after do Slack::Config.token = @old_token Slack::Web::Config.reset Slack::RealTime::Config.reset end end
Version data entries
37 entries across 37 versions & 2 rubygems