File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
fixtures/v2.0/json/models/properties Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -71,15 +71,6 @@ class PropertyTest extends FlatSpec with ShouldMatchers with TestBase {
7171 report.isSuccess should be (true )
7272 }
7373
74- it should " validate a property with $ref" in {
75- val json = Source .fromFile(" fixtures/v2.0/json/models/properties/propertyWithRef.json" ).mkString
76- val data = JsonLoader .fromString(json)
77- val report = jsonSchema.validate(data)
78- if (report.isSuccess == false )
79- println(report)
80- report.isSuccess should be (true )
81- }
82-
8374 it should " validate an array property with string" in {
8475 val json = Source .fromFile(" fixtures/v2.0/json/models/properties/propertyWithStringArray.json" ).mkString
8576 val data = JsonLoader .fromString(json)
You can’t perform that action at this time.
0 commit comments