On Oct 18, 7:13 pm, Joe Fiorini <[email protected]> wrote: > ActionDispatch::Assertions::RoutingAssertions (https://gist.github.com/ > a57e3addfe0aa3857e12). Does anyone else see value for this in core? Is > the code okay?
I personally would not use that. You're just adding line to tests that ensures that you added line to routes. Instead of doing that I would rather add some higher level test that checks if you can reach engine at blog.root_path. But that's just my opinion and I'm not in core, so maybe you will get more luck with the others ;-) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
