Commit 48348daf authored by Mehmet Emin INAC's avatar Mehmet Emin INAC

Apply 2 suggestion(s) to 1 file(s)

parent 74853239
......@@ -14,8 +14,8 @@ class RequireMigration
end
end
FOSS_MIGRATION_FOLDERS = %w(db/migrate db/post_migrate).freeze
ALL_MIGRATION_FOLDERS = (FOSS_MIGRATION_FOLDERS + %w(ee/db/geo/migrate ee/db/geo/post_migrate)).freeze
FOSS_MIGRATION_FOLDERS = %w[db/migrate db/post_migrate].freeze
ALL_MIGRATION_FOLDERS = (FOSS_MIGRATION_FOLDERS + %w[ee/db/geo/migrate ee/db/geo/post_migrate]).freeze
SPEC_FILE_PATTERN = /.+\/(?<file_name>.+)_spec\.rb/.freeze
class << self
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment