Skip to content

Commit 2ce6cfd

Browse files
committed
Add "since" docs to ExUnit's :group
1 parent 7e90906 commit 2ce6cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ex_unit/lib/ex_unit/case.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ defmodule ExUnit.Case do
1212
It should be enabled only if tests do not change any global state.
1313
Defaults to `false`.
1414
15-
* `:group` - configures the group this module belongs to.
15+
* `:group` (since v1.18.0) - configures the **group** this module belongs to.
1616
Tests in the same group never run concurrently. Tests from different
1717
groups (or with no groups) can run concurrently when `async: true`
18-
is given. By default, belongs to no group (defaults to `nil`).
18+
is given. By default, this module belongs to no group (defaults to `nil`).
1919
2020
* `:register` - when `false`, does not register this module within
2121
ExUnit server. This means the module won't run when ExUnit suite runs.

0 commit comments

Comments
 (0)