Sha256: 67ab5d21b4b6d0ef2d11e485744c2e05e7600881922f0300c5da580f90ae099b
Contents?: true
Size: 213 Bytes
Versions: 2
Compression:
Stored size: 213 Bytes
Contents
require 'factory_bot' FACTORY_BOT_CLASS = defined?(FactoryGirl) ? FactoryGirl : FactoryBot FACTORY_BOT_CLASS.find_definitions RSpec.configure do |config| config.include FACTORY_BOT_CLASS::Syntax::Methods end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_avatax_official-1.8.0 | spec/support/factory_bot.rb |
spree_avatax_official-1.7.1 | spec/support/factory_bot.rb |