Use newly merged inheritance spec tests

This commit is contained in:
Adam Fowler
2021-05-03 15:34:39 +01:00
parent 4a78d44712
commit a2569dd667
4 changed files with 3 additions and 5 deletions

View File

@@ -136,9 +136,6 @@ final class MustacheSpecTests: XCTestCase {
}
func testInheritanceSpec() throws {
let url = URL(
string: "https://raw.githubusercontent.com/mustache/spec/ab227509e64961943ca374c09c08b63f59da014a/specs/inheritance.json"
)!
try self.testSpec(url: url)
try self.testSpec(name: "~inheritance")
}
}