diff options
| author | Guillaume | 2017-10-11 15:00:32 +0200 |
|---|---|---|
| committer | Guillaume | 2017-10-11 15:00:32 +0200 |
| commit | f6a8cbefbc291eff9f85c1fd7ad4e2c90fa3452f (patch) | |
| tree | 537d2a5cbe3e27cf08f75a00ed7b10a62b612475 /lib/tasks/ci.rake | |
| parent | 57186e9378956f4dcb925b4ce18f6c32e7293dbe (diff) | |
| download | chouette-core-f6a8cbefbc291eff9f85c1fd7ad4e2c90fa3452f.tar.bz2 | |
add dev and staging file for wepack config, modify spec task
Diffstat (limited to 'lib/tasks/ci.rake')
| -rw-r--r-- | lib/tasks/ci.rake | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
