Add an (empty) test stub file.

We need to have at least one test file in the repository for the tests and
coverage tools to run at all.
This commit is contained in:
Jon Parise 2016-01-05 09:25:30 -08:00
parent 444493a8c9
commit 4b0c048595

3
test/thrift_test.exs Normal file
View File

@ -0,0 +1,3 @@
defmodule ThriftTest do
use ExUnit.Case
end