Commit 6a3fdc0f authored by Stan Hu's avatar Stan Hu

Fix spec/ee/spec/lib/gitlab/geo/health_check_spec.rb

The Geo-related DB files were moved into an ee/ directory, which
caused this spec to fail.
parent de5875d9
......@@ -24,7 +24,7 @@ module Gitlab
def self.db_migrate_path
# Lazy initialisation so Rails.root will be defined
@db_migrate_path ||= File.join(Rails.root, 'db', 'geo', 'migrate')
@db_migrate_path ||= File.join(Rails.root, 'ee', 'db', 'geo', 'migrate')
end
def self.get_database_version
......
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