Skip to content

Commit 842c322

Browse files
committed
Removed code and test generated by Mix when creating the project.
Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent 4f48cb5 commit 842c322

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

lib/elixir_scribe.ex

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
11
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-
:world
17-
end
2+
@moduledoc false
183
end

test/elixir_scribe_test.exs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
defmodule ElixirScribeTest do
22
use ExUnit.Case
3-
doctest ElixirScribe
4-
5-
test "greets the world" do
6-
assert ElixirScribe.hello() == :world
7-
end
3+
# doctest ElixirScribe
84
end

0 commit comments

Comments
 (0)