public
Fork of pelargir/rspec_validation_expectations
Description: Adds several handy expectations for testing ActiveRecord model validations.
Clone URL: git://github.com/edspencer/rspec_validation_expectations.git
Fixed naming error in init.rb
edspencer (author)
Mon Aug 25 08:20:15 -0700 2008
commit  bd6e269300ecac4de14145bdbfdb9293132a1ccc
tree    90d5d3312a2c24482d6dd128f81a1a034fc36792
parent  d8024de6b165c03078f3be9fe62ba8d74fc31501
...
1
 
2
3
4
5
...
 
1
2
3
4
5
0
@@ -1,4 +1,4 @@
0
-require 'spec/rails/matchers/validations'
0
+require 'spec/rails/matchers/associations'
0
 
0
 require 'rspec_validation_expectations'
0
 require 'rspec_association_expectations'
0
\ No newline at end of file

Comments

    No one has commented yet.