Methods
Instance Public methods
setup()
Link
# File actionpack/test/controller/addresses_render_test.rb, line 22 def setup super # enable a logger so that (e.g.) the benchmarking stuff runs, so we can get # a more accurate simulation of what happens in "real life". @controller.logger = Logger.new(nil) @request.host = "www.nextangle.com" end