Method: PDK::Generate::PuppetObject#target_spec_path
- Defined in:
- lib/pdk/generate/puppet_object.rb
#target_spec_path ⇒ Object
This method is abstract.
Subclass and implement #target_spec_path. Implementations of this method should return a String containing the destination path of the tests for the object being generated.
72 73 74 |
# File 'lib/pdk/generate/puppet_object.rb', line 72 def target_spec_path raise NotImplementedError end |