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
shoulda rails definition
dancroak (author)
Tue Oct 07 05:25:30 -0700 2008
commit  0b615a4bf842e58ec34e207b2eb5e720d6b9128a
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.