Cross Reference: string.rb
xref
: /
ontohub
/
config
/
initializers
/
string.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
require
'
rspec
/
matchers
'
RSpec
::
Matchers.define
:
match_json_schema
do
|
schema
|
match
do
|
text
|
JSON
::
Validator.clear
_cache
JSON
::
Validator.validate
!
(
schema
,
text
,
clear_cache
:
true
)
end
end