Namespace
Methods
A
S
Included Modules
Attributes
[R] app_object
[R] engine_object
Instance Public methods
app()
# File actionpack/test/dispatch/prefix_generation_test.rb, line 139
def app
  RailsApplication.instance
end
setup()
# File actionpack/test/dispatch/prefix_generation_test.rb, line 145
def setup
  RailsApplication.routes.default_url_options = {}
  @engine_object = EngineObject.new
  @app_object = AppObject.new
end