summaryrefslogtreecommitdiff
path: root/spec/support/fake_migration_classes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/fake_migration_classes.rb')
-rw-r--r--spec/support/fake_migration_classes.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/support/fake_migration_classes.rb b/spec/support/fake_migration_classes.rb
index 3de0460c3ca..b0fc8422857 100644
--- a/spec/support/fake_migration_classes.rb
+++ b/spec/support/fake_migration_classes.rb
@@ -1,3 +1,11 @@
class FakeRenameReservedPathMigrationV1 < ActiveRecord::Migration
include Gitlab::Database::RenameReservedPathsMigration::V1
+
+ def version
+ '20170316163845'
+ end
+
+ def name
+ "FakeRenameReservedPathMigrationV1"
+ end
end