class TestLab::Provider

Provider Class

@author Zachary Patten <zachary AT jovelabs DOT com>

Constants

PROXY_METHODS

Public Class Methods

template_dir() click to toggle source

Returns the path to the gems provider templates

# File lib/testlab/provider.rb, line 21
def template_dir
  File.join(TestLab.gem_dir, "lib", "testlab", "providers", "templates")
end