summaryrefslogtreecommitdiff
path: root/spec/support/factory_bot.rb
blob: c9d372993b57eae0f66923cc3203445b28de61e6 (plain)
1
2
3
4
5
# frozen_string_literal: true

FactoryBot::SyntaxRunner.class_eval do
  include RSpec::Mocks::ExampleMethods
end