Methods
- T
Instance Public methods
test_following_states_multi()
Link
test_following_states_multi_regexp()
Link
test_match_data_ambiguous()
Link
# File actionpack/test/journey/gtg/builder_test.rb, line 33 def test_match_data_ambiguous table = tt %w{ /articles(.:format) /articles/new(.:format) /articles/:id/edit(.:format) /articles/:id(.:format) } sim = NFA::Simulator.new table match = sim.match '/articles/new' assert_equal 2, match.memos.length end
test_match_same_paths()
Link
Identical Routes may have different restrictions.
test_multi_path()
Link