hmm, in the current implemention something like hi...
# spek
h
hmm, in the current implemention something like hierarchical expressions
Copy code
given("...") { 
    given("...") {}
}
and direct assertions (like Spock's
expect:
)
Copy code
given("...") {
    it("...") {}
}
are not supported.