diff --git a/test/prac_test.exs b/test/prac_test.exs index d8203f7..d0e3314 100644 --- a/test/prac_test.exs +++ b/test/prac_test.exs @@ -1,8 +1,8 @@ defmodule PracTest do - use ExUnit.Case - doctest Prac - - test "greets the world" do - assert Prac.hello() == :world - end +# use ExUnit.Case +# doctest Prac +# +# test "greets the world" do +# assert Prac.hello() == :world +# end end