-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use rspec-puppet-augeas #64
Comments
So until this is done.. how do you test when using augeasproviders?
|
@gregswift check that you have the augeasproviders_core module present, the stack trace suggests it can't load the This ticket's about refactoring ap's own tests. |
Ahh... that was it. and explains why i couldnt find any other examples... i saw that augeasproviders_pam was included. For hijack, sorry I miss read the 'any module using augeasproviders can write type/provider specs using rspec-puppet-augeas' in the raphink's text. |
You should find other examples… See https://github.com/camptocamp/puppet-varnish or https://github.com/camptocamp/puppet-openldap |
Using rspec-puppet-augeas is the first step towards splitting this project.
This step should allow us to get rid of specific rspec extensions in the project, so that any module using augeasproviders can write type/provider specs using rspec-puppet-augeas.
The text was updated successfully, but these errors were encountered: