Blob Blame History Raw
From 2a5f6d8fe6898f2570ba66382336d56894a43322 Mon Sep 17 00:00:00 2001
From: Aaron Patterson <aaron.patterson@gmail.com>
Date: Mon, 12 Nov 2012 18:17:06 -0800
Subject: [PATCH] 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(+)

diff --git a/actionpack/test/template/template_test.rb b/actionpack/test/template/template_test.rb
index 5694338..b7f785f 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"
 
-- 
1.7.10