readability/test/readability_test.exs

9 lines
124 B
Elixir
Raw Normal View History

2016-04-15 11:51:29 +00:00
defmodule ReadabilityTest do
use ExUnit.Case
doctest Readability
test "the truth" do
assert 1 + 1 == 2
end
end