From 6abe63d232696a2805eaa6c44e4f773ad96aa7a8 Mon Sep 17 00:00:00 2001 From: kballou Date: Thu, 16 Nov 2017 22:31:52 -0700 Subject: octonetcat: initial commit --- test/octonetcat_test.exs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/octonetcat_test.exs (limited to 'test/octonetcat_test.exs') diff --git a/test/octonetcat_test.exs b/test/octonetcat_test.exs new file mode 100644 index 0000000..9529cf7 --- /dev/null +++ b/test/octonetcat_test.exs @@ -0,0 +1,8 @@ +defmodule OctonetcatTest do + use ExUnit.Case + doctest OctonetcatTest + + test "greets the world" do + assert Lexp.hello() == :world + end +end -- cgit v1.2.1