From b08a1cd2c406919491f8a91e51aa0034762df14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mica=C3=ABl=20Bergeron?= Date: Thu, 22 Mar 2018 14:37:47 -0400 Subject: fix the failing specs --- spec/tasks/gitlab/artifacts/migrate_rake_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/tasks') diff --git a/spec/tasks/gitlab/artifacts/migrate_rake_spec.rb b/spec/tasks/gitlab/artifacts/migrate_rake_spec.rb index 570c7fa7503..8544fb62b5a 100644 --- a/spec/tasks/gitlab/artifacts/migrate_rake_spec.rb +++ b/spec/tasks/gitlab/artifacts/migrate_rake_spec.rb @@ -2,7 +2,7 @@ require 'rake_helper' describe 'gitlab:artifacts namespace rake task' do before(:context) do - Rake.application.rake_require 'tasks/gitlab/artifacts' + Rake.application.rake_require 'tasks/gitlab/artifacts/migrate' end let(:object_storage_enabled) { false } -- cgit v1.2.3