clarion/spec/support/factory_bot.rb

5 lines
112 B
Ruby
Raw Permalink Normal View History

2019-04-28 01:25:13 +03:00
RSpec.configure do |config|
# Include the FactoryBot methods
config.include FactoryBot::Syntax::Methods
end