We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4394f76 commit 6cf84c1Copy full SHA for 6cf84c1
test/active_model_serializers/test/schema_test.rb
@@ -116,7 +116,7 @@ def test_with_a_non_existent_file
116
117
def test_that_raises_with_a_invalid_json_body
118
# message changes from JSON gem 2.0.2 to 2.2.0
119
- message = /A JSON text must at least contain two octets!|an unexpected token at ''/
+ message = /A JSON text must at least contain two octets!|unexpected token at ''/
120
121
get :invalid_json_body
122
0 commit comments