Skip to content

Commit

Permalink
adding cruise task in rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
achamian committed Nov 5, 2010
1 parent 13035c6 commit 028e291
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -13,6 +13,9 @@ $:.unshift File.expand_path("../lib", __FILE__)
desc 'Default: run spec tests.'
task :default => 'rspec:unit'

desc 'Cruise task'
task :cruise => 'rspec:unit'

namespace :rspec do
desc "Run all unit specs"
RSpec::Core::RakeTask.new(:unit) do |task|
Expand Down

0 comments on commit 028e291

Please sign in to comment.