test/controllers/controller_test.rb in jsonapi-resources-0.3.2 vs test/controllers/controller_test.rb in jsonapi-resources-0.3.3

- old
+ new

@@ -1682,10 +1682,10 @@ assert_response :unprocessable_entity assert_equal 2, json_response['errors'].size assert_equal JSONAPI::VALIDATION_ERROR, json_response['errors'][0]['code'] assert_equal JSONAPI::VALIDATION_ERROR, json_response['errors'][1]['code'] - assert_match /date_joined - can't be blank/, response.body + assert_match /dateJoined - can't be blank/, response.body assert_match /name - can't be blank/, response.body end def test_update_validations_missing_attribute set_content_type_header!