public
Rubygem
Description: JSON Web App Framework
Homepage: http://halcyon.rubyforge.org/
Clone URL: git://github.com/mtodd/halcyon.git
Click here to lend your support to: halcyon and make a donation at www.pledgie.com !
Added task for running single specs at a time.
mtodd (author)
Tue Jun 17 15:36:57 -0700 2008
commit  02213e5f18e85fefa145d759cb0391d13ef75438
tree    4540be2978a7eff4cda979e054ed1c1dca9d7499
parent  56f411240c7575721991a24e7a9f77d8d09840bc
...
92
93
94
 
 
 
 
 
95
96
97
...
92
93
94
95
96
97
98
99
100
101
102
0
@@ -92,6 +92,11 @@ namespace 'spec' do
0
   task :verb do
0
     sh "bacon -r~/lib/bacon/output -rlib/halcyon -rspec/spec_helper spec/**/* -o CSpecDox"
0
   end
0
+
0
+ desc "run single rspec verbosely (specify SPEC)"
0
+ task :select do
0
+ sh "bacon -r~/lib/bacon/output -rlib/halcyon -rspec/spec_helper spec/**/#{ENV['SPEC']}_spec.rb -o CSpecDox"
0
+ end
0
 end
0
 
0
 desc "Do predistribution stuff"

Comments

    No one has commented yet.