public
Rubygem
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/thoughtbot/shoulda.git
Moved tasks/* to shoulda/tasks/*

 * Will better support shoulda when used as a gem
 * Added shoulda/tasks.rb to automate loading the tasks
 * Added tasks/shoulda.rake for backwards compatibility
 * Modified Rakefile to support new task location
Fri Sep 12 10:56:07 -0700 2008
Ryan McGeary (committer)
Sun Sep 14 05:50:38 -0700 2008
commit  2629a9a64b29a487b92e9f15f9b3113844df872e
tree    f75213b94a2adfce25ea3dbd70b2157bb4f48e58
parent  47f8f581431d8f42dd31fe26de2bb31d6551a584
...
33
34
35
36
37
38
 
39
...
33
34
35
 
 
 
36
37
0
@@ -33,7 +33,5 @@ end
0
 desc 'Default: run tests.'
0
 task :default => ['test']
0
 
0
-Dir['tasks/*.rake'].each do |f|
0
-  load f
0
-end
0
+require 'lib/shoulda/tasks'
0
 

Comments

jinzhu Sun Sep 14 22:38:06 -0700 2008

rake aborted! no such file to load—shoulda/tasks

?

jinzhu Sun Sep 14 22:43:30 -0700 2008

when I modify tasks/shoulda.rake from require 'shoulda/tasks' to require "#{RAILS_ROOT}/vendor/plugins/shoulda/lib/shoulda/tasks.rb" ,things should be ok……

technicalpickles Mon Sep 15 12:12:31 -0700 2008

This should be fixed now, if not, bring it to the google group:

http://groups.google.com/group/shoulda

There was a thread earlier about the same problem:

http://groups.google.com/group/shoulda/browse_frm/thread/e446a2e49ee3e443