diff options
author | James McKinney <james@slashpoundbang.com> | 2011-10-16 14:27:13 -0400 |
---|---|---|
committer | James McKinney <james@slashpoundbang.com> | 2011-10-16 14:27:13 -0400 |
commit | e275b42cb4bdbdc3556a09874c4251d4586759d2 (patch) | |
tree | ad6f1d623df0475710c9965e8039ead1494d82f7 /spec/lib/tmail_extensions_spec.rb | |
parent | 6bc07fec63a929d5413b33f7bc34e3505e17a090 (diff) |
add encoding magic comments and fix paths
Diffstat (limited to 'spec/lib/tmail_extensions_spec.rb')
-rw-r--r-- | spec/lib/tmail_extensions_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/tmail_extensions_spec.rb b/spec/lib/tmail_extensions_spec.rb index ffb8cb178..6a55c34da 100644 --- a/spec/lib/tmail_extensions_spec.rb +++ b/spec/lib/tmail_extensions_spec.rb @@ -1,3 +1,4 @@ +# coding: utf-8 # This is a test of the set_content_type monkey patch in # lib/tmail_extensions.rb |