Sha256: 24c58c312e84f7a76589327f2316245c1d4c57fdfcff6a88a750cd469a050906
Contents?: true
Size: 259 Bytes
Versions: 4
Compression:
Stored size: 259 Bytes
Contents
RSpec.configure do |config| config.before :suite do DatabaseCleaner.strategy = :transaction DatabaseCleaner.clean_with :truncation end config.around(:each) do |example| DatabaseCleaner.cleaning do example.run end end end
Version data entries
4 entries across 4 versions & 1 rubygems