Sha256: 4dbe33a1f536036c3b14a2c56ae21792f7a4ef14e3c8c272cb5b1d0aabe560c2

Contents?: true

Size: 148 Bytes

Versions: 3

Compression:

Stored size: 148 Bytes

Contents

RSpec.configure do |config|
  config.around(:each, type: :feature) do |example|
    Sidekiq::Testing.inline! do
      example.run
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brace-0.1.0 templates/sidekiq_rspec.rb
brace-0.0.3 templates/sidekiq_rspec.rb
brace-0.0.1 templates/sidekiq_rspec.rb