Skip to content

Commit

Permalink
Fix doc formatting in ExUnit.Formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Meadows-Jönsson <eric.meadows.jonsson@gmail.com>
  • Loading branch information
ericmj committed Apr 6, 2015
1 parent 1a05bff commit 0559fe5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/ex_unit/lib/ex_unit/formatter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ defmodule ExUnit.Formatter do
The following events are possible:
* `{:suite_started, opts}` -
the suite has started with the specified options to the runner.
the suite has started with the specified options to the runner.
* `{:suite_finished, run_us, load_us}` -
the suite has finished. `run_us` and `load_us` are the run and load
times in microseconds respectively.
the suite has finished. `run_us` and `load_us` are the run and load
times in microseconds respectively.
* `{:case_started, test_case}` -
a test case has started. See `ExUnit.TestCase` for details.
a test case has started. See `ExUnit.TestCase` for details.
* `{:case_finished, test_case}` -
a test case has finished. See `ExUnit.TestCase` for details.
a test case has finished. See `ExUnit.TestCase` for details.
* `{:test_started, test_case}` -
a test case has started. See `ExUnit.Test` for details.
a test case has started. See `ExUnit.Test` for details.
* `{:test_finished, test_case}` -
a test case has finished. See `ExUnit.Test` for details.
a test case has finished. See `ExUnit.Test` for details.
"""

Expand Down

0 comments on commit 0559fe5

Please sign in to comment.