defmodule IsnTest do use ExUnit.Case doctest Isn test "the truth" do assert 1 + 1 == 2 end end