Sha256: a4a877e3bbc42da04ab85225121bc46a5ef7fb7822f24314befe088575a1d571
Contents?: true
Size: 417 Bytes
Versions: 7
Compression:
Stored size: 417 Bytes
Contents
RSpec.configure do |config| # config.before(:suite) do # DatabaseCleaner.clean_with(:truncation) # end # config.before(:each) do # DatabaseCleaner.strategy = :transaction # end # config.before(:each, js: true) do # DatabaseCleaner.strategy = :truncation # end # config.before(:all) do # DatabaseCleaner.start # end # config.after(:all) do # DatabaseCleaner.clean # end end
Version data entries
7 entries across 7 versions & 1 rubygems