Sha256: 8b2b82e5cbf40932848e1c7a4ae639fe5a82b3ecbabeb1db97e92c353a3611c5
Contents?: true
Size: 287 Bytes
Versions: 16
Compression:
Stored size: 287 Bytes
Contents
# frozen_string_literal: true RSpec.configure do |config| if Bullet.enable? config.before(:each) do Bullet.start_request end config.after(:each) do Bullet.perform_out_of_channel_notifications if Bullet.notification? Bullet.end_request end end end
Version data entries
16 entries across 16 versions & 1 rubygems