Cross Reference: json_schema_matcher.rb
xref
: /
lxc
/
doc
/
ko
/
pkgplan.py
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
json_schema_matcher.rb revision 0d15c0171e91c477f69992718f88899608eab0cd
RSpec
::
Matchers.define
:
match_json_schema
do
|
schema
|
match
do
|
text
|
JSON
::
Validator.validate
!
(
schema
,
text
,
strict
:
true
)
end
end