Source: show | on GitHub
# File actionpack/test/abstract/abstract_controller_test.rb, line 129 def formatted self.formats = [:html] render end
# File actionpack/test/abstract/abstract_controller_test.rb, line 125 def index render end