Skip to content

Commit

Permalink
Made garlic:all the default cruise task
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 14, 2008
1 parent 7ce71c6 commit 7cccbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ plugin_name = File.basename(File.dirname(__FILE__))

task :default => :spec

task :cruise => "spec:rcov:verify"
task :cruise => "garlic:all"

desc "Run the specs for #{plugin_name}"
Spec::Rake::SpecTask.new(:spec) do |t|
Expand Down

0 comments on commit 7cccbad

Please sign in to comment.