my solution
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
defmodule JumpTest do
|
||||
use ExUnit.Case
|
||||
doctest Jump
|
||||
|
||||
test "greets the world" do
|
||||
assert Jump.hello() == :world
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user