From 9b88bd2db8153144a34c00ab7acdabad2c2b9bea Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 29 Nov 2010 13:48:52 -0800 Subject: [PATCH] Add encoding line so tests run in Ruby 1.9 --- test/simple_oauth_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/simple_oauth_test.rb b/test/simple_oauth_test.rb index a930743..ba15dcc 100644 --- a/test/simple_oauth_test.rb +++ b/test/simple_oauth_test.rb @@ -1,3 +1,4 @@ +# -*- encoding: utf-8 -*- require 'helper' class SimpleOAuthTest < Test::Unit::TestCase