farside/test/privacy_revolver_test.exs

9 lines
162 B
Elixir

defmodule PrivacyRevolverTest do
use ExUnit.Case
doctest PrivacyRevolver
test "greets the world" do
assert PrivacyRevolver.hello() == :world
end
end