iban-ex/test/iban_ex_test.exs

9 lines
135 B
Elixir

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