Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/fake_migration_classes.rb')
-rw-r--r--spec/support/helpers/fake_migration_classes.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/spec/support/helpers/fake_migration_classes.rb b/spec/support/helpers/fake_migration_classes.rb
deleted file mode 100644
index 6c066b3b199..00000000000
--- a/spec/support/helpers/fake_migration_classes.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# frozen_string_literal: true
-
-class FakeRenameReservedPathMigrationV1 < ActiveRecord::Migration[4.2]
- include Gitlab::Database::RenameReservedPathsMigration::V1
-
- def version
- '20170316163845'
- end
-
- def name
- "FakeRenameReservedPathMigrationV1"
- end
-end