Skip to content

Commit 968ce96

Browse files
committed
removing scaffolding test for a module which does nothing
1 parent ebb81bf commit 968ce96

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/kaffy_test.exs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
defmodule KaffyTest do
22
use ExUnit.Case
3-
doctest Kaffy
43
alias KaffyTest.Schemas.{Company, Person, Pet}
54
# alias KaffyTest.Admin.PersonAdmin
65

7-
test "greets the world" do
8-
assert Kaffy.hello() == :world
9-
end
10-
116
test "creating a person" do
127
person = %Person{}
138
assert is_nil(person.name)

0 commit comments

Comments
 (0)