Ruby 1.9 compat: set source encoding

This commit is contained in:
Jeremy Kemper
2008-08-23 16:06:54 -07:00
parent 92a7239a3d
commit 2efdeb7a95

View File

@@ -1,3 +1,4 @@
# encoding: utf-8
require 'abstract_unit'
RequestMock = Struct.new("Request", :request_uri, :protocol, :host_with_port, :env)