Sha256: 47d620b5fca3495e2183e9307663aaade30098371f041947707874ebcc3d6242
Contents?: true
Size: 297 Bytes
Versions: 25
Compression:
Stored size: 297 Bytes
Contents
require 'factory_girl_rails' RSpec.configure do |config| config.include FactoryGirl::Syntax::Methods config.before(:suite) do begin DatabaseCleaner.clean_with(:truncation) DatabaseCleaner.start #FactoryGirl.lint ensure DatabaseCleaner.clean end end end
Version data entries
25 entries across 25 versions & 1 rubygems