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