Current section
Files
Jump to
Current section
Files
examples/ct_memory/test/ctm_test.exs
defmodule CTMTest do
use ExUnit.Case
doctest CTM
test "greets the world" do
assert CTM.hello() == :world
end
end