1
0
forked from migadu/mailex

initial commit

This commit is contained in:
Dejan Strbac
2015-11-25 17:10:43 +01:00
commit a7a13da6c3
16 changed files with 1372 additions and 0 deletions

BIN
test/.DS_Store vendored Normal file

Binary file not shown.

BIN
test/data/logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

8
test/mailex_test.exs Normal file
View 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
View File

@ -0,0 +1 @@
ExUnit.start()