speclj icon indicating copy to clipboard operation
speclj copied to clipboard

context feature

Open egoholic opened this issue 9 years ago • 1 comments

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" (...))))

egoholic avatar Aug 22 '16 00:08 egoholic

Does the context macro that exists not do what you want it to?

RadicalZephyr avatar Sep 04 '16 17:09 RadicalZephyr