Welcome to mirror list, hosted at ThFree Co, Russian Federation.

factory_bot.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9d372993b57eae0f66923cc3203445b28de61e6 (plain)
1
2
3
4
5
# frozen_string_literal: true

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