On Nov 13, 2007 2:23 PM, Josh Knowles <[EMAIL PROTECTED]> wrote: > Has anyone noticed any problems with the Rails story runner returning > a response code of "0" when doing get/post/etc methods? I just > grabbed the latest rails/rspec and just started noticing this problem, > http://pastie.caboo.se/117497 > > Regular controller specs pass as expected.
RailsStory just wraps ActionController::IntegrationTest, so you're getting what you would get from an IntegrationTest. Controller examples override rescue_action for you, but RailsStory does not yet. I suppose we should add that. > > > > > -- > 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
