From f6a8cbefbc291eff9f85c1fd7ad4e2c90fa3452f Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 11 Oct 2017 15:00:32 +0200 Subject: add dev and staging file for wepack config, modify spec task --- lib/tasks/ci.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 3f947fb08..633bf82ad 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -32,7 +32,7 @@ namespace :ci do end task :spec do - sh "rspec --profile" + sh "bundle exec rake spec" end desc "Deploy after CI" -- cgit v1.2.3