From aa5c899bb005f6eb30a6696fcffca2dd0374e357 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Thu, 2 Dec 2010 15:24:06 +0000 Subject: add a "cruise" target for use with CruiseControl.rb --- lib/tasks/rspec.rake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/tasks/rspec.rake') 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 -- cgit v1.2.3