From 403752e28993493d87ae4e69f9aca1858eb133f7 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 24 Apr 2010 18:35:12 -0700 Subject: Explicit source encoding --- actionpack/test/template/text_helper_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/actionpack/test/template/text_helper_test.rb b/actionpack/test/template/text_helper_test.rb index 9962b7af3f..8b6c107a21 100644 --- a/actionpack/test/template/text_helper_test.rb +++ b/actionpack/test/template/text_helper_test.rb @@ -1,3 +1,4 @@ +# encoding: us-ascii require 'abstract_unit' require 'testing_sandbox' begin -- cgit v1.2.3