David Chelimsky wrote: > On 10/16/07, Alvin Schur <[EMAIL PROTECTED]> wrote: > >> After trying RailsStory for a few days, I have learned: >> >> 1. Rails testing support does not serve up static pages >> >> 2. RailsStory masks errors generated by the app under test >> >> 3. The masked errors are available in log/test >> >> 4. I should read log/test more often >> > > Or you can do this: > > class WelcomeController; def rescue_action(e) raise e; end; end > True.
I am writing stories for an existing rails app that has morphed several times. I am still learning which http parameters, headers, etc that are required. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
