On Nov 13, 2007 3:33 PM, Josh Knowles <[EMAIL PROTECTED]> wrote: > On 11/13/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > > RailsStory just wraps ActionController::IntegrationTest, so you're > > getting what you would get from an IntegrationTest. > > You are correct. I was getting a stack-level-too-deep caused by a > problem with how IntegrationTest was overwriting url_for which wasn't > getting properly propagated up. > > Sorry for the noise.
No worries - what do you think about treating controllers the same way in stories that we do in controller examples? > > -- > > Josh Knowles > phone: 509-979-1593 > email: [EMAIL PROTECTED] > web: http://joshknowles.com > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
