class AbstractController::Testing::Me3

Public Instance Methods

formatted() click to toggle source
# File actionview/test/actionpack/abstract/abstract_controller_test.rb, line 132
def formatted
  self.formats = [:html]
  render
end
index() click to toggle source
# File actionview/test/actionpack/abstract/abstract_controller_test.rb, line 128
def index
  render
end