Sha256: 701a634aebb4f5dab21df987856f0965dca3516f4c998fecc37bb06812c1f13b

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

RSpec.configure do |config|
  config.around(:each) do |example|
    DatabaseCleaner.strategy = example.metadata[:js] ? :truncation : :transaction
    DatabaseCleaner.cleaning do
      example.run
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
utensils-1.4.2 lib/utensils/database_cleaner.rb