blank-white-cards/apps/bwc/test/bwc_test.exs
2020-12-28 14:35:10 -08:00

9 lines
126 B
Elixir

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