Test for mounting apps that respond to routes, but aren't Rails-like apps.

Methods
C
R
Class Public methods
call(env)
# File actionpack/test/dispatch/mount_test.rb, line 17
def self.call(env)
  [200, {"Content-Type" => "text/html"}, ["OK"]]
end
routes()
# File actionpack/test/dispatch/mount_test.rb, line 15
def self.routes; Object.new; end