remove default code and test
This commit is contained in:
parent
7472f7b98e
commit
c9e48d9624
2 changed files with 1 additions and 19 deletions
|
@ -1,18 +1,5 @@
|
||||||
defmodule SloaneSH do
|
defmodule SloaneSH do
|
||||||
@moduledoc """
|
@moduledoc """
|
||||||
Documentation for `SloaneSH`.
|
Sloane's personal static site generator powering [sloane.sh](https://sloane.sh).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@doc """
|
|
||||||
Hello world.
|
|
||||||
|
|
||||||
## Examples
|
|
||||||
|
|
||||||
iex> SloaneSH.hello()
|
|
||||||
:world
|
|
||||||
|
|
||||||
"""
|
|
||||||
def hello do
|
|
||||||
:world
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
defmodule SloaneSHTest do
|
defmodule SloaneSHTest do
|
||||||
use ExUnit.Case
|
use ExUnit.Case
|
||||||
doctest SloaneSH
|
|
||||||
|
|
||||||
test "greets the world" do
|
|
||||||
assert SloaneSH.hello() == :world
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue