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