dave08
05/13/2021, 10:21 AMit("some test description")
without the trailing lambda, the test should pass? Why should that behaviour be needed? I would have thought that at least for TDD -- it should fail... I use this form just to outline the tests I need to write, but one might easily forget to implement them if they pass...sam
05/13/2021, 3:41 PMclass Foo : DescribeSpec({
it("some test description")
}
?dave08
05/13/2021, 3:41 PMsam
05/13/2021, 3:42 PMdave08
05/13/2021, 3:48 PM