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.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/fake_migration_classes.rb b/spec/support/fake_migration_classes.rb
index 33cd1043132..b0fc8422857 100644
--- a/spec/support/fake_migration_classes.rb
+++ b/spec/support/fake_migration_classes.rb
@@ -4,4 +4,8 @@ class FakeRenameReservedPathMigrationV1 < ActiveRecord::Migration
def version
'20170316163845'
end
+
+ def name
+ "FakeRenameReservedPathMigrationV1"
+ end
end