i just ran into a problem with some test, and i am not exactly sure why,
but the difference happened when i changed my model validation from:

validate :custom_validation

to:

validate_on_create :custom_validation

can someone give me any ideas on where in the chain the validation takes
place?

thanks!

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to