ActiveSupport::TestCase
# File test/mapping_test.rb, line 7 def fake_request(path, params={}) FakeRequest.new(path, params) end