Initial commit.
This commit is contained in:
commit
005477d827
14 changed files with 274 additions and 0 deletions
8
test/swapi_example_test.exs
Normal file
8
test/swapi_example_test.exs
Normal file
|
@ -0,0 +1,8 @@
|
|||
defmodule SwapiExampleTest do
|
||||
use ExUnit.Case
|
||||
doctest SwapiExample
|
||||
|
||||
test "greets the world" do
|
||||
assert SwapiExample.hello() == :world
|
||||
end
|
||||
end
|
1
test/test_helper.exs
Normal file
1
test/test_helper.exs
Normal file
|
@ -0,0 +1 @@
|
|||
ExUnit.start()
|
Loading…
Add table
Add a link
Reference in a new issue