Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix doc #5736

Merged
merged 1 commit into from Feb 5, 2017
Merged

fix doc #5736

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ex_unit/lib/ex_unit/callbacks.ex
Expand Up @@ -31,7 +31,7 @@ defmodule ExUnit.Callbacks do

If you return a keyword list, a map, or `{:ok, keywords | map}` from
`setup_all`, the keyword list/map will be merged into the current context and
be available in all subsequent `setup_all`, `setup`, and the test itself.
be available in all subsequent `setup_all`, `setup`, and the `test` itself.

Similarly, returning a keyword list, map, or `{:ok, keywords | map}` from
`setup` means that the returned keyword list/map will be merged into the
Expand Down