From 8f3f50a3cca98a322083269562d446498825ad5f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 12 Nov 2012 18:17:06 -0800 Subject: Ruby 2.0.0 defaults source encoding to utf-8 so we need to specifically tag this file with us-ascii --- actionpack/test/template/template_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/test/template') diff --git a/actionpack/test/template/template_test.rb b/actionpack/test/template/template_test.rb index 86ba5f3b4d..ffee3f81ba 100644 --- a/actionpack/test/template/template_test.rb +++ b/actionpack/test/template/template_test.rb @@ -1,3 +1,4 @@ +# encoding: US-ASCII require "abstract_unit" require "logger" -- cgit v1.2.3