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