diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-11-12 18:17:06 -0800 |
---|---|---|
committer | Prem Sichanugrist <s@sikac.hu> | 2013-02-24 16:32:25 -0500 |
commit | 2a5f6d8fe6898f2570ba66382336d56894a43322 (patch) | |
tree | 698e6cf2fefffd9782db1aba02ab519702ec5bdb | |
parent | 7cc26fd15e27c4a13705a844538bebfdd0461729 (diff) | |
download | rails-2a5f6d8fe6898f2570ba66382336d56894a43322.tar.gz rails-2a5f6d8fe6898f2570ba66382336d56894a43322.tar.bz2 rails-2a5f6d8fe6898f2570ba66382336d56894a43322.zip |
Ruby 2.0.0 defaults source encoding to utf-8 so we need to specifically tag this file with us-ascii
-rw-r--r-- | actionpack/test/template/template_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/template/template_test.rb b/actionpack/test/template/template_test.rb index 56943381d8..b7f785fe3a 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" |