how do you validate an exception with Spek? ```it("Should throw an exception when counter is negativ...
m
how do you validate an exception with Spek?
Copy code
it("Should throw an exception when counter is negative") {
            counter.tagVal(EnumTagValue(ExampleEnum.BAR)).increment(-1)
        }