Wait for theme
lib/disco/aftermath.ex
defmodule Disco.Aftermath do
@moduledoc "Explanation of Aftermath"
end
defmodule Disco.Aftermath do
@moduledoc "Explanation of Aftermath"
end
test/disco/aftermath_test.exs
defmodule Disco.AftermathTest do
use ExUnit.Case, async: true
alias Disco.Aftermath
end
defmodule Disco.AftermathTest do
use ExUnit.Case, async: true
alias Disco.Aftermath
end