stadtratmonitor/spec/support/factory_bot.rb
2020-03-09 11:27:52 +01:00

5 lines
108 B
Ruby

# frozen_string_literal: true
RSpec.configure do |config|
config.include FactoryBot::Syntax::Methods
end