aboutsummaryrefslogtreecommitdiff
path: root/test/hope_test.exs
blob: ac9a8d450e025f97b80ef0ed161c50027a3951b9 (plain)
1
2
3
4
5
6
7
8
defmodule HopeTest do
  use ExUnit.Case
  doctest Hope

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