diff options
| author | Ryan Cobb <rcobb@gitlab.com> | 2019-07-03 16:19:15 -0700 |
|---|---|---|
| committer | Ryan Cobb <rcobb@gitlab.com> | 2019-07-09 17:02:08 -0600 |
| commit | 36f39eb3189a4caa5225214570de3bfdcd418df1 (patch) | |
| tree | 5667a649c146496c5ca41e936a1c87f2c7ace9ca /db/fixtures/development | |
| parent | 3cabc5581e4d96180c83fbe3d24362bb2c64f2be (diff) | |
| download | gitlab-ce-36f39eb3189a4caa5225214570de3bfdcd418df1.tar.gz | |
Remove CommonMetricsImporter patch
Remove CommonMetricsImporter patch and change all references to
CommonMetrics::Importer. Move specs into their appropriate folders. Also
cleans up some common_metric importer namespacing.
Diffstat (limited to 'db/fixtures/development')
| -rw-r--r-- | db/fixtures/development/99_common_metrics.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/db/fixtures/development/99_common_metrics.rb b/db/fixtures/development/99_common_metrics.rb index 1f39c0ce5a0..0406ce0c8c9 100644 --- a/db/fixtures/development/99_common_metrics.rb +++ b/db/fixtures/development/99_common_metrics.rb @@ -1,5 +1,3 @@ # frozen_string_literal: true -require Rails.root.join('db/importers/common_metrics_importer.rb') - -::Importers::CommonMetricsImporter.new.execute +::Gitlab::Importers::CommonMetrics::Importer.new.execute |
