Files
openfoodnetwork/spec/system
David Cook 9a3820db4f Tidy up spec
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.
2023-08-15 08:36:22 +02:00
..
2023-08-15 08:36:22 +02:00
2023-08-11 15:41:45 +10:00