Current section

Files

Jump to
kerosene test kerosene_test.exs
Raw

test/kerosene_test.exs

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