Files
gitlab-foss/gems/gitlab-backup-cli/spec/support/factory_bot.rb
2024-04-12 03:13:44 +00:00

12 lines
224 B
Ruby

# frozen_string_literal: true
RSpec.configure do |config|
# Enable FactoryBot syntax
config.include FactoryBot::Syntax::Methods
# Load definitions
config.before(:suite) do
FactoryBot.find_definitions
end
end