cinder-space/test/cinder_space_test.exs

9 lines
150 B
Elixir
Raw Normal View History

2023-03-01 11:25:17 +13:00
defmodule CinderSpaceTest do
use ExUnit.Case
doctest CinderSpace
test "greets the world" do
assert CinderSpace.hello() == :world
end
end