Wait for theme
new
lib/example/alpha_alive/beta_alive.ex
defmodule Example.AlphaAlive.BetaAlive do
@moduledoc "Explanation of beta_alive"
end
defmodule Example.AlphaAlive.BetaAlive do
@moduledoc "Explanation of beta_alive"
end
test/example/alpha_alive/beta_alive_test.exs
defmodule Example.AlphaAlive.BetaAliveTest do
use ExUnit.Case, async: true
alias Example.AlphaAlive.BetaAlive
end
defmodule Example.AlphaAlive.BetaAliveTest do
use ExUnit.Case, async: true
alias Example.AlphaAlive.BetaAlive
end