Methods
- S
- T
Instance Public methods
setup()
Link
# File actionview/test/actionpack/controller/capture_test.rb, line 38 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 = ActiveSupport::Logger.new(nil) @request.host = "www.nextangle.com" end
test_content_for()
Link
test_non_erb_block_content_for()
Link
test_proper_block_detection()
Link
test_should_concatentate_content_for()
Link
test_should_set_content_for_with_parameter()
Link