From f8b25f44f79fbf30debe850c6460e63f957ead3f Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 3 Mar 2011 15:22:31 -0800 Subject: [PATCH] i think ruby 1.9 needs this. can't live without it. --- test/test_committer.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_committer.rb b/test/test_committer.rb index 68157844..7a9b59c2 100644 --- a/test/test_committer.rb +++ b/test/test_committer.rb @@ -1,3 +1,4 @@ +# ~*~ encoding: utf-8 ~*~ require File.expand_path(File.join(File.dirname(__FILE__), "helper")) context "Wiki" do @@ -47,4 +48,4 @@ context "Wiki" do FileUtils.rm_rf(@path) end end -end \ No newline at end of file +end