summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-04 15:02:27 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-07-21 12:46:49 +0200
commite18eddcb208fecd0abd9ce328a0e71f2560a0672 (patch)
tree395f8281724e24fec42d546d911d2c2b44b2f952 /lib/tasks
parenta9f6679ac1fc90d808a3db363e6c3af2ebeac6a1 (diff)
downloadgitlab-ce-e18eddcb208fecd0abd9ce328a0e71f2560a0672.tar.gz
Remove unused coveralls
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/test.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/test.rake b/lib/tasks/test.rake
index 21c0e5f1d41..d3dcbd2c29b 100644
--- a/lib/tasks/test.rake
+++ b/lib/tasks/test.rake
@@ -7,5 +7,5 @@ end
unless Rails.env.production?
desc "GitLab | Run all tests on CI with simplecov"
- task test_ci: [:rubocop, :brakeman, 'teaspoon', :spinach, :spec]
+ task test_ci: [:rubocop, :brakeman, :teaspoon, :spinach, :spec]
end