We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6fcc4 commit 56d03daCopy full SHA for 56d03da
1 file changed
lib/ex_unit/lib/ex_unit/callbacks.ex
@@ -26,8 +26,8 @@ defmodule ExUnit.Callbacks do
26
naming a local function, a `{module, function}` tuple, or a list of atoms/tuples.
27
28
Both can opt to receive the current context by specifying it
29
- as parameter if defined by a block. Functions used to define a test
30
- setup must accept the context as single argument.
+ as a parameter if defined by a block. Functions used to define a test
+ setup must accept the context as a single argument.
31
32
A test module can define multiple `setup` and `setup_all` callbacks,
33
and they are invoked in order of appearance.
0 commit comments