From db099356f84b68cd8519620a8e26129c12702e0a Mon Sep 17 00:00:00 2001 From: WanjikuMac Date: Wed, 27 Mar 2019 10:21:21 +0300 Subject: [PATCH] comment out unnecessary tests --- test/prac_test.exs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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