Skip to content

Commit 53b66c7

Browse files
committed
Declare encoding
1 parent 7082732 commit 53b66c7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

tests/json_encoding_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding: utf-8
12
require 'test_helper'
23

34
class JSONEncodingTest < Test::Unit::TestCase

tests/json_parser_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# encoding: utf-8
2+
13
require 'test_helper'
24
require 'stringio'
35
require 'tempfile'

0 commit comments

Comments
 (0)