Thanks Andrew,
That was the right hint.
I took the autospec command list of all specs and ran them in smaller
groups - which led to discovering a Declarative Auth config switch
that was heretofore isolated. Apparently in the new version of this
gem it does not get reset between tests.
Once I re
2009/12/4 Andy Koch
> Hi All,
>
> any reason why some tests might pass via spec ... and fail from within
> autospec?
>
> I have a rails app using AuthLogic and Declarative Authorization. I
> have tests that create user_sessions and assign roles against which
> CRUD rules are tested.
>
> This has