spec/lib/shamu/json_api/response_spec.rb in shamu-0.0.11 vs spec/lib/shamu/json_api/response_spec.rb in shamu-0.0.13

- old
+ new

@@ -67,6 +67,6 @@ response.validation_errors record.errors expect( response.compile ).to include errors: include( hash_including( source: { pointer: "/data/attributes/title" } ) ) # rubocop:disable Metrics/LineLength expect( response.compile ).to include errors: include( hash_including( source: { pointer: "/data" } ) ) end -end \ No newline at end of file +end