komutan_test.exs 138 B

123456789
  1. defmodule KomutanTest do
  2. use ExUnit.Case
  3. doctest Komutan
  4. test "greets the world" do
  5. assert Komutan.hello() == :world
  6. end
  7. end