mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-01 06:41:41 +00:00
Although 'describe' and 'context' are the same simple constructs to label groups of examples, to humans they mean: * Describe a particular domain of functionality * Context means a different environment, IE something has been set up differently (generally with before and/or let blocks) Also the default 'before' is :each, so we don't need to specify it.