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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'rubocop/cop/rspec/factory_bot/strategy_in_callback.rb')
-rw-r--r--rubocop/cop/rspec/factory_bot/strategy_in_callback.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubocop/cop/rspec/factory_bot/strategy_in_callback.rb b/rubocop/cop/rspec/factory_bot/strategy_in_callback.rb
index 3153d54887e..534a145b13a 100644
--- a/rubocop/cop/rspec/factory_bot/strategy_in_callback.rb
+++ b/rubocop/cop/rspec/factory_bot/strategy_in_callback.rb
@@ -7,7 +7,7 @@ module RuboCop
module RSpec
module FactoryBot
class StrategyInCallback < RuboCop::Cop::Base
- include RuboCop::RSpec::FactoryBot::Language
+ include RuboCop::FactoryBot::Language
MSG = 'Prefer inline `association` over `%{type}`. ' \
'See https://docs.gitlab.com/ee/development/testing_guide/best_practices.html#factories'