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
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to