class TestPathParameters

Constants

APP
Routes

Public Instance Methods

app() click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 4909
def app; APP end
test_path_parameters_are_not_mutated() click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 4911
def test_path_parameters_are_not_mutated
  get "/en/about"
  assert_equal "/ar | /ar/about", @response.body
end