public
Rubygem
Fork of thoughtbot/shoulda
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/technicalpickles/shoulda.git
require our rails stuff if being used in rails
mjankowski (author)
Tue Sep 30 10:15:57 -0700 2008
commit  fedb8d1c5cf75286b1e8dc85c8db820bc54a989b
tree    fd8a1d8bd77805d08d5c4f4eaaab312e1459245e
parent  1967db492a66cd448513f05a3ec30a6d89f55a97
...
3
4
5
 
6
7
8
...
3
4
5
6
7
8
9
0
@@ -3,6 +3,7 @@ require 'shoulda/proc_extensions'
0
 require 'shoulda/assertions'
0
 require 'shoulda/macros'
0
 require 'shoulda/helpers'
0
+require 'shoulda/rails' if defined? RAILS_ROOT
0
 
0
 module Test # :nodoc: all
0
   module Unit

Comments

    No one has commented yet.