clarion/spec/support/factory_bot.rb

5 lines
112 B
Ruby

RSpec.configure do |config|
# Include the FactoryBot methods
config.include FactoryBot::Syntax::Methods
end