ensl.org/spec/support/factory_girl.rb

4 lines
107 B
Ruby
Raw Normal View History

2019-10-17 18:29:15 +00:00
# spec/support/factory_girl.rb
RSpec.configure do |config|
config.include FactoryBot::Syntax::Methods
2019-10-17 18:29:15 +00:00
end