Current section
Files
Jump to
Current section
Files
lib/perspective/module_registry/tests/example.ex
defmodule Perspective.ModuleRegistry.Test.Some.Namespace do
end
defmodule Perspective.ModuleRegistry.Test.Example do
use Perspective.ModuleRegistry
register_module(Perspective.ModuleRegistry.Test.Some.Namespace)
end