Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-12-30 00:42:48 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-10 21:30:40 +0300
commit7c47cc94c5d7425583db3610c85cb150df601a91 (patch)
tree2544c6ac133e4abba79dcacb2a10df24e79224d6 /lib/tasks/test.rake
parent3eb8569778ce2559eedab706f6f901238e39b355 (diff)
Swapped out teaspoon for karma
Diffstat (limited to 'lib/tasks/test.rake')
-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 d3dcbd2c29b..83f53e5454b 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, :'karma-start', :spinach, :spec]
end