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 ebb81bf commit 968ce96Copy full SHA for 968ce96
test/kaffy_test.exs
@@ -1,13 +1,8 @@
1
defmodule KaffyTest do
2
use ExUnit.Case
3
- doctest Kaffy
4
alias KaffyTest.Schemas.{Company, Person, Pet}
5
# alias KaffyTest.Admin.PersonAdmin
6
7
- test "greets the world" do
8
- assert Kaffy.hello() == :world
9
- end
10
-
11
test "creating a person" do
12
person = %Person{}
13
assert is_nil(person.name)
0 commit comments