summaryrefslogtreecommitdiff
path: root/test/mystic_test.exs
blob: 43443543b92f1ed23dfdee28f18c37e21c9407d7 (plain)
1
2
3
4
5
6
7
8
defmodule MysticTest do
  use ExUnit.Case
  doctest Mystic

  test "greets the world" do
    assert Mystic.hello() == :world
  end
end