class TestDefaultUrlOptions

Constants

APP
Routes

Public Instance Methods

app() click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 4759
def app
  APP
end
test_positional_args_with_format_false() click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 4765
def test_positional_args_with_format_false
  assert_equal "/en/posts/2014/12/13", archived_posts_path(2014, 12, 13)
end