I'm also seeing the wrong expectation counts (and a few more, I think) when I use let instead of let!.
On Apr 25, 11:52 am, David Chelimsky <[email protected]> wrote: > On Wed, Apr 25, 2012 at 10:17 AM, Eric Milford > > <[email protected]> wrote: > > 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. > > Gotta provide a bit more context. I can guess what might be going > wrong, but we could end up going back and forth for quite a while. > Please post one of the examples that fails intermittently, including > any lets, befores, etc. And probably the after_create callback as > well. > > Thanks, > David -- 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.
