aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-04-24 18:35:12 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-04-24 18:35:12 -0700
commit403752e28993493d87ae4e69f9aca1858eb133f7 (patch)
tree98d7b0d0399bfbcbfd3a4db66c5cd6b478854cd8 /actionpack/test
parentbd3cc6bfffd02302414f1558be7d6105ac47e67a (diff)
downloadrails-403752e28993493d87ae4e69f9aca1858eb133f7.tar.gz
rails-403752e28993493d87ae4e69f9aca1858eb133f7.tar.bz2
rails-403752e28993493d87ae4e69f9aca1858eb133f7.zip
Explicit source encoding
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/template/text_helper_test.rb1
1 files changed, 1 insertions, 0 deletions
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