aboutsummaryrefslogtreecommitdiff
path: root/test/octonetcat_test.exs
blob: 9529cf743e10704d325eef8d46d4533a0d3b7b4a (plain)
1
2
3
4
5
6
7
8
defmodule OctonetcatTest do
  use ExUnit.Case
  doctest OctonetcatTest

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