summaryrefslogtreecommitdiff
path: root/tests/json_encoding_test.rb
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2016-06-07 17:26:00 +0200
committerFlorian Frank <flori@ping.de>2016-06-07 17:26:00 +0200
commit00ce49d92bfce23a93bb52bc1ab9e9bf040a4493 (patch)
tree2c44fb1334f76858970af5bbcec7bdb3d2de726f /tests/json_encoding_test.rb
parent98aa312dc9aa9b7dd66cf282d6eaf22eb94360fd (diff)
parent39b6654d6f68b8431ac79e12e852b6448bc4fe79 (diff)
downloadjson-00ce49d92bfce23a93bb52bc1ab9e9bf040a4493.tar.gz
Merge branch 'trunk' of https://github.com/nobu/json into nobu-trunk
Diffstat (limited to 'tests/json_encoding_test.rb')
-rw-r--r--tests/json_encoding_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/json_encoding_test.rb b/tests/json_encoding_test.rb
index d983e12..86c4df8 100644
--- a/tests/json_encoding_test.rb
+++ b/tests/json_encoding_test.rb
@@ -1,4 +1,6 @@
# encoding: utf-8
+#frozen_string_literal: false
+
require 'test_helper'
class JSONEncodingTest < Test::Unit::TestCase