Source: show | on GitHub
# File actionpack/test/controller/mime_responds_test.rb, line 615 def index respond_with(Customer.new("david", 13)) end