# File test/test_response.rb, line 289
    def test_local_path
      assert_nil(@response.local_path)
      assert_equal('/home/foo/public_html/index.html', @response.local_path = '/home/foo/public_html/index.html')
      assert_equal('/home/foo/public_html/index.html', @response.local_path)
    end