You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can set it to an nonexisting path and then rspec-puppet just continues. I think this is a bug. It's hard to find typos when rspec-puppet doesn't output a warning or error.
Expected Behavior
rspec-puppet should throw an error when a nonexisting path is set.
Steps to Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Environment
Version [e.g. 1.27.0]
Platform [e.g. Ubuntu 18.04]
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the Bug
rspec-puppet has an option to set a manifest path: https://github.com/puppetlabs/rspec-puppet/blob/main/lib/rspec-puppet.rb#L39
I can set it to an nonexisting path and then rspec-puppet just continues. I think this is a bug. It's hard to find typos when rspec-puppet doesn't output a warning or error.
Expected Behavior
rspec-puppet should throw an error when a nonexisting path is set.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: