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
The rpec-puppet option 'parser' is no longer valid. The option is set the template spec_helper.rb.erb This causes onceover to break on systems that use the default pdk Gemfile.
The rpec-puppet option 'parser' is no longer valid. The option is set the template spec_helper.rb.erb This causes onceover to break on systems that use the default pdk Gemfile.
https://github.com/dylanratcliffe/onceover/blob/cf42f96c2a6df6c92fc682120de3848a8ec733de/templates/spec_helper.rb.erb#L22
workaround:
Add the following to Gemfile
gem "rspec-puppet",'< 4.0.0', require: false
The text was updated successfully, but these errors were encountered: