Sha256: 9b612877979a7d1b368e2fd0830d754493baa794584d33af08d1504f6144b66e

Contents?: true

Size: 184 Bytes

Versions: 2

Compression:

Stored size: 184 Bytes

Contents

# Include all factories
FactoryBot.find_definitions

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

  config.before(:suite) do
    FactoryBot.lint
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
allscripts_unity_client-4.0.1 spec/support/factory_bot.rb
allscripts_unity_client-4.0.0 spec/support/factory_bot.rb