gemini-ex/test/gemini_test.exs

9 lines
135 B
Elixir
Raw Normal View History

2020-07-18 19:40:47 +00:00
defmodule GeminiTest do
use ExUnit.Case
doctest Gemini
test "greets the world" do
assert Gemini.hello() == :world
end
end