aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorjpl2016-08-23 11:41:56 +0200
committerjpl2016-08-23 11:41:56 +0200
commit98debbeaac00dbf1aa2c752521d5878776c540dc (patch)
tree2ba947178eb19e115015b714c6850ecc63dbd54c /lib/tasks
parent8b3f3055ec5ee19bdaf9f334c83cfcdd01c7ed0b (diff)
downloadchouette-core-98debbeaac00dbf1aa2c752521d5878776c540dc.tar.bz2
Refs #1482: adding cucumber for tests
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/ci.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index b6c7d2352..7fca878b6 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -23,7 +23,7 @@ namespace :ci do
desc "Deploy after CI"
task :deploy do
- sh "cap #{deploy_env} deploy:migrations deploy:seed deploy:cucumber"
+ sh "cap #{deploy_env} deploy:migrations deploy:seed"
end
desc "Clean test files"