Skip to content

Commit fed406a

Browse files
author
José Valim
committed
Rename test/doctest.exs file to test/doc_test.exs to follow file name convention
1 parent 2690419 commit fed406a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ test_erlang: compile
132132

133133
test_elixir: test_kernel test_ex_unit test_doctest test_mix test_eex test_iex
134134

135-
test_doctest: compile
135+
test_doc_test: compile
136136
@ echo "==> doctest (exunit)"
137-
@ cd lib/elixir && ../../bin/elixir -r "test/doctest.exs";
137+
@ cd lib/elixir && ../../bin/elixir -r "test/doc_test.exs";
138138

139139
test_kernel: compile
140140
@ echo "==> kernel (exunit)"

lib/elixir/test/doctest.exs renamed to lib/elixir/test/doc_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ defmodule KernelTest do
1616
doctest Code
1717
doctest Dict
1818
doctest Enum
19-
doctest ExUnit.CaptureIO, import: true
2019
doctest IO.ANSI
2120
doctest Regex
2221
doctest String

0 commit comments

Comments
 (0)