nulform/test/nulform_test.exs
2013-06-14 00:49:31 +03:00

9 lines
149 B
Elixir

Code.require_file "test_helper.exs", __DIR__
defmodule NulformTest do
use ExUnit.Case
test "the truth" do
assert(true)
end
end