I have a couple of specs that pass when run in isolation, but fail when run w/ the entire test suite. The tests expect single expectations that pass correctly when run alone, but I get an error that the expectation was expected 1 time but received 2 times when run w/ the entire test suite. The action around the expectation is triggered in an after_create callback and there are other specs that create models and therefore trigger this action. It seems that state isn't being cleared correctly? Is there something I need to do to resolve this or any suggestions? Thanks.
-- You received this message because you are subscribed to the Google Groups "rspec" 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/rspec?hl=en.
