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. -- 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
