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
path: root/lib
diff options
context:
space:
mode:
authorFrancesco Coda Zabetta <francesco.codazabetta@gmail.com>2015-07-08 18:46:51 +0300
committerFrancesco Coda Zabetta <francesco.codazabetta@gmail.com>2015-07-08 18:46:51 +0300
commit6d56bd86906969589a7f1e2619d75c0a6a03e041 (patch)
tree5041dd14c421a3f4ff3bf26724dd4e30e5febaf4 /lib
parentad12c1264d38722be08df533a558e8c8f19c0940 (diff)
use teaspoon instead of jasmine for testing javascript
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/test.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/test.rake b/lib/tasks/gitlab/test.rake
index cbb3d61af04..4d4e746503a 100644
--- a/lib/tasks/gitlab/test.rake
+++ b/lib/tasks/gitlab/test.rake
@@ -6,7 +6,7 @@ namespace :gitlab do
%W(rake rubocop),
%W(rake spinach),
%W(rake spec),
- %W(rake jasmine:ci)
+ %W(rake teaspoon)
]
cmds.each do |cmd|