Rajinder Yadav wrote:
In my active record model I have declared a 'before_save' callback, that
populates other fields before saving the data. However I am finding all
my unit test cases are breaking because it seems the 'before_save'
callback is not getting called during a unit test run? In fact I have to
provide the missing filed in unit test fixture yml file.
How can I make the model behave the same in the unit test run as it does
when I create and save a model object from the rails console?
ok the answer just came to me, what I need to do is a post rather than a
create on the model, make perfect sense!
--
Kind Regards,
Rajinder Yadav
--
You received this message because you are subscribed to the Google Groups "Ruby on
Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.