public
Description: Adds several handy expectations for testing ActiveRecord model validations and associations.
Homepage: http://matthewbass.com/2008/08/22/rspec_validation_expectations-gem-released/
Clone URL: git://github.com/pelargir/rspec_validation_expectations.git
Matthew (author)
Sat Aug 22 06:13:35 -0700 2009
commit  845a4b854c16d88c7cacf4021bc8e77e248974cb
tree    1dacc3e3ea49bda7202d09bba9a7575eb031e0db
parent  e526bfce5c0854c8e835d27d6482f25ca6987927
100644 5 lines (4 sloc) 0.163 kb
1
2
3
4
5
require 'spec/rails/matchers/associations'
 
require 'rspec_validation_expectations'
require 'rspec_association_expectations'
require 'rspec_other_expectations'