Remove syso in naming convention test

This commit is contained in:
ArtiSmarti
2016-10-21 18:03:53 +02:00
parent 70a450a490
commit c41a62b22c

View File

@@ -15,7 +15,6 @@ class NamingConventionViolationSpec : SubjectSpek<NamingConventionViolation>({
it("should find all wrong namings") {
val root = load(Case.NamingConventions)
subject.visit(root)
subject.findings.map { it.compact() }.forEach { println(it) }
assertThat(subject.findings, hasSize(equalTo(9)))
}