diff options
| author | Guillaume | 2017-10-11 13:55:35 +0200 | 
|---|---|---|
| committer | Guillaume | 2017-10-11 13:55:35 +0200 | 
| commit | f741c3c5f905befdefb4344200ef7aefead5bf8f (patch) | |
| tree | 3282a104dc0029a7d8c97b0b414f5bd5a0021bda /lib/tasks | |
| parent | bf6d0e38ac7dfd7f99d67169e665384edd047ec0 (diff) | |
| download | chouette-core-f741c3c5f905befdefb4344200ef7aefead5bf8f.tar.bz2 | |
remove tespoon test, prefer rspec for testing
Diffstat (limited to 'lib/tasks')
| -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 7fe289ed6..240e66461 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -55,4 +55,4 @@ namespace :ci do  end  desc "Run continuous integration tasks (spec, ...)" -task :ci => ["ci:setup", "ci:spec", "ci:teaspoon", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] +task :ci => ["ci:setup", "rspec", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] | 
