summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-08 23:30:37 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-08 23:30:37 +0200
commit512bb5ba285ed02db97d51d439cc81d9bd08a03d (patch)
treea37083032e1a0be3a356ac603a9b0d3e185dfcb0 /lib
parent411d5287ed8504d6eb6218a585e944efe4936448 (diff)
parentc8e9246ef65da784d6b9d48fb77e66989cea2534 (diff)
downloadgitlab-ce-512bb5ba285ed02db97d51d439cc81d9bd08a03d.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
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|