class TestLab::Provisioner
Provisioner
Class
@author Zachary Patten <zachary AT jovelabs DOT com>
Public Class Methods
template_dir()
click to toggle source
Returns the path to the gems provisioner templates
# File lib/testlab/provisioner.rb, line 24 def template_dir File.join(TestLab.gem_dir, "lib", "testlab", "provisioners", "templates") end