I have an model in rails with an after_create that generates another
object (for the purpose of making an audit trail).

In the unit test - i want to verify this behavior.

This behaviour - in other tests is breaking some exceptions around
(include) - since the creation of the new audit trail
is leaking into this other unit test.

In the controller test this behavior doesn't matter - in the
integration test i do want this behavior.

What am i doing wrong here?


-- 
make haste slowly \
festina lente  \
-
mobile  +1_415_632_6001
curtis.schofi...@gmail.com
http://robotarmyma.de
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to