public
Description: response for lets you decorate your actions respond_to blocks
Homepage: http://blog.ardes.com/response_for
Clone URL: git://github.com/ianwhite/response_for.git
Click here to lend your support to: response_for and make a donation at www.pledgie.com !
Made garlic:all the default cruise task
ianwhite (author)
Sat Sep 13 21:58:41 -0700 2008
commit  7cccbad561f75e7a3f6b3ab1b250d0e852cb47d3
tree    86ce73f0f09c90de3919386c2686fae072edf750
parent  7ce71c62e7b6304b84a9ba813b17c43bffdad73d
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ plugin_name = File.basename(File.dirname(__FILE__))
0
 
0
 task :default => :spec
0
 
0
-task :cruise => "spec:rcov:verify"
0
+task :cruise => "garlic:all"
0
 
0
 desc "Run the specs for #{plugin_name}"
0
 Spec::Rake::SpecTask.new(:spec) do |t|

Comments