[rspec-users] RailsStory - lessons learned
David Chelimsky
dchelimsky at gmail.com
Tue Oct 16 18:01:34 EDT 2007
On 10/16/07, Alvin Schur <a.schur at nucleus.com> 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
More information about the rspec-users
mailing list