9 lines
126 B
Elixir
9 lines
126 B
Elixir
defmodule BwcTest do
|
|
use ExUnit.Case
|
|
doctest Bwc
|
|
|
|
test "greets the world" do
|
|
assert Bwc.hello() == :world
|
|
end
|
|
end
|