diff options
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 |