We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9142a81 commit 052e3c4Copy full SHA for 052e3c4
lib/json_matchers/matcher.rb
@@ -27,10 +27,10 @@ def document_store
27
document_store = JsonSchema::DocumentStore.new
28
29
Dir.glob("#{JsonMatchers.schema_root}/**/*.json").
30
- map { |path| Pathname.new(path) }.
31
- map { |schema_path| Parser.new(schema_path).parse }.
32
- map { |schema| document_store.add_schema(schema) }.
33
- each { |schema| schema.expand_references!(store: document_store) }
+ map { |path| Pathname.new(path) }.
+ map { |schema_path| Parser.new(schema_path).parse }.
+ map { |schema| document_store.add_schema(schema) }.
+ each { |schema| schema.expand_references!(store: document_store) }
34
35
document_store
36
end
0 commit comments