class AbstractController::Testing::ChangedConditions

Public Instance Methods

not_index() click to toggle source
# File actionpack/test/abstract/callbacks_test.rb, line 208
def not_index
  @text ||= nil
  self.response_body = @text.to_s
end