Mjapp
This commit is contained in:
8
test/elixirsssh_test.exs
Normal file
8
test/elixirsssh_test.exs
Normal file
@ -0,0 +1,8 @@
|
||||
defmodule ElixirssshTest do
|
||||
use ExUnit.Case
|
||||
doctest Elixirsssh
|
||||
|
||||
test "greets the world" do
|
||||
assert Elixirsssh.hello() == :world
|
||||
end
|
||||
end
|
1
test/test_helper.exs
Normal file
1
test/test_helper.exs
Normal file
@ -0,0 +1 @@
|
||||
ExUnit.start()
|
Reference in New Issue
Block a user