Sha256: 302c622ee79d2c988f42374d236d8ee7289a541d9a03b6da945d1a4710024a6f

Contents?: true

Size: 220 Bytes

Versions: 12

Compression:

Stored size: 220 Bytes

Contents

RSpec.configure do |config|
  config.include FactoryGirl::Syntax::Methods

  config.before(:suite) do
    begin
      DatabaseCleaner.start
      FactoryGirl.lint
    ensure
      DatabaseCleaner.clean
    end
  end
end

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
csv_import_magic-0.0.4 spec/support/factory_girl.rb
csv_import_magic-0.0.3 spec/support/factory_girl.rb
csv_import_magic-0.0.2 spec/support/factory_girl.rb
acts_as_bookable-0.1.4 spec/support/3-factory_girl.rb
csv_import_magic-0.0.1 spec/support/factory_girl.rb
acts_as_bookable-0.1.3 spec/support/3-factory_girl.rb
welaika-suspenders-2.25.0 templates/factory_girl_rspec.rb
welaika-suspenders-2.24.0 templates/factory_girl_rspec.rb
acts_as_bookable-0.1.2 spec/support/3-factory_girl.rb
acts_as_bookable-0.1.0 spec/support/3-factory_girl.rb
welaika-suspenders-2.23.0 templates/factory_girl_rspec.rb
welaika-suspenders-2.22.0 templates/factory_girl_rspec.rb