elixir-thrift/test/thrift_test.exs
Jon Parise 4b0c048595 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.
2016-01-05 09:25:30 -08:00

4 lines
46 B
Elixir

defmodule ThriftTest do
use ExUnit.Case
end