Home »
MCQs »
Ruby on Rails MCQs
Which of the following can be used with default routes or custom routes, and it claims that a specific set of options produces a specific path?
33. Which of the following can be used with default routes or custom routes, and it claims that a specific set of options produces a specific path?
- assert_generates
- assert_recognizes
- assert_routing
Answer: A) assert_generates
Explanation:
Assert_generates can be used with default routes or custom routes, and it claims that a specific set of options produces a specific path.