Re: [rspec-users] [rspec-rails] spec vs. autospec

2009-12-05 Thread Andy Koch
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

Re: [rspec-users] [rspec-rails] spec vs. autospec

2009-12-05 Thread Andrew Premdas
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