speclj
speclj copied to clipboard
context feature
I think it will be good to have something like Rspec's context function to wrap examples related to particular cases. Here is example:
(describe "some feature"
(context "when something is valid"
(it "returns true" (...))))
Does the context macro that exists not do what you want it to?