jsonapi_rspec 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/jsonapi_rspec/be_json_api_response_for.rb +3 -1
- data/lib/jsonapi_rspec/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd3c396ce463d2d0e5cc4eadb1388ed33f3904bf
|
4
|
+
data.tar.gz: d9c1721e2d66bc797690e2b9b2617516c8a1044c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3efb55b570842c4e432b56ffeb62d3bb63c71cb8fe18d077d1bd6e7981e97058fe57d138a7934740b6afa3c809c5e13cd9947e9da4e0e76f47c673283f4d8b4d
|
7
|
+
data.tar.gz: 9a36e27ecc06158474515f7aa8d2a170d4433a007e1c94673c0605ff51bce66a370c6594dd0445a4ab40e4831fa5b46a05b19832092b1c0d861ba5ed2ccd68e5
|
data/Gemfile.lock
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
-
|
1
|
+
require 'rspec/matchers'
|
2
2
|
require 'active_support/all'
|
3
3
|
|
4
|
+
require_relative 'string'
|
5
|
+
|
4
6
|
# Class BeJsonApiResponseFor provides custom RSpec matching for json:api
|
5
7
|
# responses for a given object instance. It checks attributes and elements
|
6
8
|
# iteratively and fails on the first mismatch that it finds.
|