No need to ignore Variable test in spec tests
This commit is contained in:
@@ -122,7 +122,7 @@ final class MustacheSpecTests: XCTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func testSectionsSpec() throws {
|
func testSectionsSpec() throws {
|
||||||
try self.testSpec(name: "sections", ignoring: ["Variable test"])
|
try self.testSpec(name: "sections")
|
||||||
}
|
}
|
||||||
|
|
||||||
func testInheritanceSpec() throws {
|
func testInheritanceSpec() throws {
|
||||||
|
|||||||
Reference in New Issue
Block a user