summaryrefslogtreecommitdiff
path: root/spec/support/fake_migration_classes.rb
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-04-14 19:29:22 +0200
committerBob Van Landuyt <bob@gitlab.com>2017-05-01 11:14:24 +0200
commit27f54bebb29a1e56251ac2d669c2883aeaf1cb1c (patch)
tree44468ae50d5c43d83ae02085d3cb340b88c29351 /spec/support/fake_migration_classes.rb
parent0369ef14525cac86b015a21fa0d01b1cad627fc1 (diff)
downloadgitlab-ce-27f54bebb29a1e56251ac2d669c2883aeaf1cb1c.tar.gz
Use objects for renaming namespaces and projects
Diffstat (limited to 'spec/support/fake_migration_classes.rb')
-rw-r--r--spec/support/fake_migration_classes.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/support/fake_migration_classes.rb b/spec/support/fake_migration_classes.rb
new file mode 100644
index 00000000000..7ff36fe434c
--- /dev/null
+++ b/spec/support/fake_migration_classes.rb
@@ -0,0 +1,3 @@
+class FakeRenameReservedPathMigration < ActiveRecord::Migration
+ include Gitlab::Database::RenameReservedPathsMigration
+end