Sha256: 46c616099803fe1936e1f06a59f7a22eaf3dffc28951a1fbf3d5ca13701fb9c4
Contents?: true
Size: 373 Bytes
Versions: 8
Compression:
Stored size: 373 Bytes
Contents
RSpec.configure do |config| # Allow to use build and create methods without FactoryGirl prefix. config.include FactoryGirl::Syntax::Methods # Make sure factories are up to date when using spring. Skip in CI # since reloading causes factories to be excluded in test coverage. unless ENV['CI'] config.before(:all) do FactoryGirl.reload end end end
Version data entries
8 entries across 8 versions & 1 rubygems