partizan_test.exs 141 B

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