Add encoding line so tests run in Ruby 1.9

This commit is contained in:
Erik Michaels-Ober 2010-11-29 13:48:52 -08:00
parent dd1b633c09
commit 9b88bd2db8

View file

@ -1,3 +1,4 @@
# -*- encoding: utf-8 -*-
require 'helper'
class SimpleOAuthTest < Test::Unit::TestCase