# File tests/drivers/mock/url_for_test.rb, line 59 def self.create_test_url_content(test_url, url_content, mode) get test_url do content_type "text/plain" url_for(url_content, mode) end end