Home »
MCQs »
Ruby on Rails MCQs
Which of the following assertion verifies the route in both directions: it verifies that both the path and the options are generated?
37. Which of the following assertion verifies the route in both directions: it verifies that both the path and the options are generated?
- assert_generates
- assert_recognizes
- assert_routing
Answer: C) assert_routing
Explanation:
The assert_routing assertion verifies the route in both directions: it verifies that both the path and the options are generated.