Sha256: 0ce32ff7b8ebdcb92dc9446e378e180aa43feea58cb5450b98efa152cc03e798
Contents?: true
Size: 213 Bytes
Versions: 26
Compression:
Stored size: 213 Bytes
Contents
RSpec.configure do |config| config.before(:each, :spree_webhooks) do ENV['DISABLE_SPREE_WEBHOOKS'] = nil end config.after(:each, :spree_webhooks) do ENV['DISABLE_SPREE_WEBHOOKS'] = 'true' end end
Version data entries
26 entries across 26 versions & 3 rubygems