9 lines
171 B
Elixir
9 lines
171 B
Elixir
defmodule NeonVertigoServiceTest do
|
|
use ExUnit.Case
|
|
doctest NeonVertigoService
|
|
|
|
test "greets the world" do
|
|
assert NeonVertigoService.hello() == :world
|
|
end
|
|
end
|