I am trying to test a custom_type using rspec-puppet.
Puppet Code
class vim::ubuntu::config { custom_multiple_files { \'line_numbe
You'll need to have a copy of your module in your spec/fixtures/module folder. You can also use a symlink to add a reference from spec/fixtures/module to your custom_type_module.
Reference: https://github.com/rodjek/rspec-puppet/issues/84