cinder-space/test/cinder_space_test.exs

8 lines
150 B
Elixir

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