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