summaryrefslogtreecommitdiff
path: root/spec/support/fake_migration_classes.rb
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-04-25 14:10:04 +0200
committerBob Van Landuyt <bob@gitlab.com>2017-05-01 11:14:24 +0200
commit99a03fd6e912f594f96176f581de47e1731d3459 (patch)
treedd89ac51910fabf2ed44e0cb2a06d5098b17c27c /spec/support/fake_migration_classes.rb
parent12735eefcd7876435cd05f35a9f26bfe2836e09f (diff)
downloadgitlab-ce-99a03fd6e912f594f96176f581de47e1731d3459.tar.gz
Move ReservedPathsMigration into V1 namespace
Diffstat (limited to 'spec/support/fake_migration_classes.rb')
-rw-r--r--spec/support/fake_migration_classes.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/fake_migration_classes.rb b/spec/support/fake_migration_classes.rb
index 7ff36fe434c..3de0460c3ca 100644
--- a/spec/support/fake_migration_classes.rb
+++ b/spec/support/fake_migration_classes.rb
@@ -1,3 +1,3 @@
-class FakeRenameReservedPathMigration < ActiveRecord::Migration
- include Gitlab::Database::RenameReservedPathsMigration
+class FakeRenameReservedPathMigrationV1 < ActiveRecord::Migration
+ include Gitlab::Database::RenameReservedPathsMigration::V1
end