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 'spec/rubocop/cop/migration/migration_record_spec.rb')
-rw-r--r--spec/rubocop/cop/migration/migration_record_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rubocop/cop/migration/migration_record_spec.rb b/spec/rubocop/cop/migration/migration_record_spec.rb
index 96a1d8fa107..0294e6c43ab 100644
--- a/spec/rubocop/cop/migration/migration_record_spec.rb
+++ b/spec/rubocop/cop/migration/migration_record_spec.rb
@@ -15,7 +15,7 @@ RSpec.describe RuboCop::Cop::Migration::MigrationRecord do
end
end
- %w(ActiveRecord::Base ApplicationRecord).each do |klass|
+ %w[ActiveRecord::Base ApplicationRecord].each do |klass|
context 'outside of a migration' do
it_behaves_like 'a disabled cop', klass
end