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
Fixed typo in tasks.rb (File.dirname instead of File.basename)
rmm5t (author)
Sun Sep 14 07:13:28 -0700 2008
commit  d6277da24639ee0a10ecf6686226193fbf640317
tree    c320dd63aef010272224ce38f0754e448d102f4f
parent  2629a9a64b29a487b92e9f15f9b3113844df872e
...
1
 
2
3
4
 
...
 
1
2
 
3
4
0
@@ -1,3 +1,3 @@
0
-Dir[File.join(File.basename(__FILE__), 'tasks', '*.rake')].each do |f|
0
+Dir[File.join(File.dirname(__FILE__), 'tasks', '*.rake')].each do |f|
0
   load f
0
-end
0
\ No newline at end of file
0
+end

Comments

    No one has commented yet.