Top Level Namespace

Defined Under Namespace

Modules: ProviderTesting

Constant Summary collapse

TOPLEVEL =
ENV['TOPLEVEL'] || "/tmp/provider-testing"
NAMESPACE =
"test/test"
TMPDIR =
File.join(TOPLEVEL, "tmp")
PROVIDERDIR =
"#{TOPLEVEL}/src"