summaryrefslogtreecommitdiff
path: root/test/irc_test.exs
blob: 8712e31a1b2038d9fc9b0f633574816fa9a019b2 (plain) (blame)
1
2
3
4
5
6
7
8
defmodule IrcTest do
  use ExUnit.Case
  doctest Irc

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