forked from migadu/mailex
initial commit
This commit is contained in:
BIN
test/.DS_Store
vendored
Normal file
BIN
test/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
test/data/logo.gif
Normal file
BIN
test/data/logo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
8
test/mailex_test.exs
Normal file
8
test/mailex_test.exs
Normal file
@ -0,0 +1,8 @@
|
||||
defmodule MailexTest do
|
||||
use ExUnit.Case
|
||||
doctest Mailex
|
||||
|
||||
test "the truth" do
|
||||
assert 1 + 1 == 2
|
||||
end
|
||||
end
|
1
test/test_helper.exs
Normal file
1
test/test_helper.exs
Normal file
@ -0,0 +1 @@
|
||||
ExUnit.start()
|
Reference in New Issue
Block a user