defmodule ElixirStanTest do use ExUnit.Case doctest ElixirStan test "greets the world" do assert ElixirStan.hello() == :world end end