diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2016-04-24 02:31:53 +0900 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2016-06-21 10:56:58 +0200 |
commit | 1e5684ff2cbde8be819eac1e50e0edbfd120d77b (patch) | |
tree | e74e75548489be63d4bd0b4513b9ebb6a3ba3ab5 /tests/json_addition_test.rb | |
parent | 236d43ed1aaa2eeae346d2f6b2304c32b62b8823 (diff) | |
download | json-1e5684ff2cbde8be819eac1e50e0edbfd120d77b.tar.gz |
Add frozen_string_literal: false
When you change this to true, you may need to add more tests.
Diffstat (limited to 'tests/json_addition_test.rb')
-rw-r--r-- | tests/json_addition_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/json_addition_test.rb b/tests/json_addition_test.rb index cb07659..a028e0f 100644 --- a/tests/json_addition_test.rb +++ b/tests/json_addition_test.rb @@ -1,3 +1,4 @@ +#frozen_string_literal: false require 'test_helper' require 'json/add/core' require 'json/add/complex' |