summaryrefslogtreecommitdiff
path: root/spec/support/helpers/fake_migration_classes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/fake_migration_classes.rb')
-rw-r--r--spec/support/helpers/fake_migration_classes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/helpers/fake_migration_classes.rb b/spec/support/helpers/fake_migration_classes.rb
index c7766df7a52..6c066b3b199 100644
--- a/spec/support/helpers/fake_migration_classes.rb
+++ b/spec/support/helpers/fake_migration_classes.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
class FakeRenameReservedPathMigrationV1 < ActiveRecord::Migration[4.2]
include Gitlab::Database::RenameReservedPathsMigration::V1