From 40c091cca1e1952045de21fd4ba08271b066a430 Mon Sep 17 00:00:00 2001 From: Duilio Ruggiero Date: Sat, 28 May 2016 16:15:27 +0200 Subject: [PATCH] Bring back the correct doc for ExUnit setup_all callback --- lib/ex_unit/lib/ex_unit/callbacks.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ex_unit/lib/ex_unit/callbacks.ex b/lib/ex_unit/lib/ex_unit/callbacks.ex index 8bd11d09776..ea5a512de30 100644 --- a/lib/ex_unit/lib/ex_unit/callbacks.ex +++ b/lib/ex_unit/lib/ex_unit/callbacks.ex @@ -152,7 +152,7 @@ defmodule ExUnit.Callbacks do end @doc """ - Defines a callback to be run before each test in a case. + Defines a callback to be run before all tests in a case. ## Examples @@ -172,7 +172,7 @@ defmodule ExUnit.Callbacks do end @doc """ - Defines a callback to be run before each test in a case. + Defines a callback to be run before all tests in a case. ## Examples