diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2010-04-24 18:35:12 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-04-24 18:35:12 -0700 |
commit | 403752e28993493d87ae4e69f9aca1858eb133f7 (patch) | |
tree | 98d7b0d0399bfbcbfd3a4db66c5cd6b478854cd8 /actionpack | |
parent | bd3cc6bfffd02302414f1558be7d6105ac47e67a (diff) | |
download | rails-403752e28993493d87ae4e69f9aca1858eb133f7.tar.gz rails-403752e28993493d87ae4e69f9aca1858eb133f7.tar.bz2 rails-403752e28993493d87ae4e69f9aca1858eb133f7.zip |
Explicit source encoding
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/template/text_helper_test.rb | 1 |
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 |