puzzle-scoreboard/spec/support/factory_bot.rb
sto 7023600cd1
All checks were successful
CI / scan_ruby (push) Successful in 20s
CI / scan_js (push) Successful in 11s
CI / lint (push) Successful in 11s
CI / test (push) Successful in 33s
Setup Faker and Factorybot
2025-03-27 09:27:25 +01:00

6 lines
106 B
Ruby

require "factory_bot_rails"
RSpec.configure do |config|
config.include FactoryBot::Syntax::Methods
end