snowe
class SampleSpec : Spek({ given("some context") { on("executing some action") { it("should pass") { assertEquals(2, 2) } } } })