aboutsummaryrefslogtreecommitdiffstats
path: root/test/lithium_test.exs
blob: e05c9c7299ad8e29a1a1f9b68cfa87dae1c4e7b1 (plain) (blame)
1
2
3
4
5
6
7
8
defmodule LithiumTest do
  use ExUnit.Case
  doctest Lithium

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