diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2010-12-02 15:24:06 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2010-12-02 15:24:06 +0000 |
commit | aa5c899bb005f6eb30a6696fcffca2dd0374e357 (patch) | |
tree | ba0853b0bdec6cc8d801443794c4cc280c661ad8 /lib/tasks | |
parent | 8b9be5b50107585c80386118f610d53d4cc0d460 (diff) |
add a "cruise" target for use with CruiseControl.rb
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/rspec.rake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tasks/rspec.rake b/lib/tasks/rspec.rake index bcd1021b7..3d8f8d8d5 100644 --- a/lib/tasks/rspec.rake +++ b/lib/tasks/rspec.rake @@ -1,2 +1,3 @@ task :spec => ['spec:commonlib'] -task :test => ['spec']
\ No newline at end of file +task :test => ['spec'] +task :cruise => ['spec']
\ No newline at end of file |