Module: TestLab::Node::ClassMethods
- Included in:
- TestLab::Node
- Defined in:
- lib/testlab/node/class_methods.rb
Instance Method Summary collapse
-
#template_dir ⇒ Object
Returns the path to the node templates.
Instance Method Details
#template_dir ⇒ Object
Returns the path to the node templates
7 8 9 |
# File 'lib/testlab/node/class_methods.rb', line 7 def template_dir File.join(TestLab.gem_dir, "lib", "testlab", "node", "templates") end |