Added encoding header.
This commit is contained in:
parent
28b5f09b8e
commit
92253836b8
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
require 'test_helper'
|
||||
|
||||
class StoreTest < ActiveSupport::TestCase
|
||||
|
@ -44,7 +45,7 @@ class StoreTest < ActiveSupport::TestCase
|
|||
assert_equal( md5, md5_new )
|
||||
|
||||
# filename check
|
||||
assert_equal( file[:filename], attachments[0].filename )
|
||||
assert_equal( file[:filename], attachments[0].filename )
|
||||
|
||||
# delete attachments
|
||||
success = Store.remove(
|
||||
|
|
Loading…
Reference in a new issue