Ask A Question

Notifications

You’re not receiving notifications from this thread.

Writing Tests for Rack Middleware Discussion

Great video Chris. 
Reply
Fantastic job on this video.  It was a great overview of a slightly more complex use of testing which I always appreciate.
Reply

Chris, nice video! 
But one thing is missing here, on the large app with a lot of tests passing script_name to the paths is cumbersome, helper need to be extracted that enables you to write 
visit posts_url
instead of
visit posts_url(script_name...)

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,584+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.