We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f48cb5 commit 842c322Copy full SHA for 842c322
lib/elixir_scribe.ex
@@ -1,18 +1,3 @@
1
defmodule ElixirScribe do
2
- @moduledoc """
3
- Documentation for `ElixirScribe`.
4
- """
5
-
6
- @doc """
7
- Hello world.
8
9
- ## Examples
10
11
- iex> ElixirScribe.hello()
12
- :world
13
14
15
- def hello do
16
17
- end
+ @moduledoc false
18
end
test/elixir_scribe_test.exs
@@ -1,8 +1,4 @@
defmodule ElixirScribeTest do
use ExUnit.Case
- doctest ElixirScribe
- test "greets the world" do
- assert ElixirScribe.hello() == :world
+ # doctest ElixirScribe
0 commit comments