Sha256: 7dc09d59432abb0d6dc9de0a2501e5ef0ac0bc31d193ce5ae3bc82d0f2126f19
Contents?: true
Size: 132 Bytes
Versions: 3
Compression:
Stored size: 132 Bytes
Contents
# frozen_string_literal: true RSpec.configure do |config| config.before :each do ENV['SLACK_API_TOKEN'] ||= 'test' end end
Version data entries
3 entries across 3 versions & 1 rubygems