Current section
Files
Jump to
Current section
Files
test/practical_elixir_test.exs
defmodule PracticalElixirTest do
use ExUnit.Case
doctest PracticalElixir
test "greets the world" do
assert PracticalElixir.hello() == :world
end
end