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 !
Moved specs from test/ to spec/ and updated the appropriate Rake tasks

git-svn-id: svn+ssh://rubyforge.org/var/svn/halcyon/trunk@30 
334d6d1c-2662-47f5-9f2d-00d938bdab95
mtodd (author)
Sun Jan 06 21:56:36 -0800 2008
commit  8a1affb03ba9f3b742fc0477e1ae6f8cf22701c6
tree    92740a98e015fb01795d4580bbe96a3a90b0b113
parent  c2bbb72ebff4b3efed2b69dc282fda6469a9d0fb
...
83
84
85
86
 
87
88
89
90
91
 
92
93
94
...
83
84
85
 
86
87
88
89
90
 
91
92
93
94
0
@@ -83,12 +83,12 @@ namespace 'spec' do
0
   
0
   desc "run rspec"
0
   task :run do
0
- sh "spec -c -rlib/halcyon -rtest/spec_helper test/**/*"
0
+ sh "spec -c -rlib/halcyon -rspec/spec_helper spec/**/*"
0
   end
0
   
0
   desc "run rspec verbosely"
0
   task :verb do
0
- sh "spec -c -rlib/halcyon -rtest/spec_helper test/**/* --format s"
0
+ sh "spec -c -rlib/halcyon -rspec/spec_helper spec/**/* --format s"
0
   end
0
 end
0
 

Comments

    No one has commented yet.