Skip to content
Snippets Groups Projects
Unverified Commit a3067ab8 authored by Chris Denneen's avatar Chris Denneen
Browse files

Conditional can't be used with false. Since default is true it is not needed

parent 623aac4b
Branches
Tags
No related merge requests found
...@@ -54,9 +54,7 @@ RSpec.configure do |c| ...@@ -54,9 +54,7 @@ RSpec.configure do |c|
# by default Puppet runs at warning level # by default Puppet runs at warning level
Puppet.settings[:strict] = <%= @configs['strict_level'] %> Puppet.settings[:strict] = <%= @configs['strict_level'] %>
<%- end -%> <%- end -%>
<%- if @configs['strict_variables'] -%>
Puppet.settings[:strict_variables] = <%= @configs['strict_variables'] %> Puppet.settings[:strict_variables] = <%= @configs['strict_variables'] %>
<%- end -%>
end end
c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT'] c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT']
c.after(:suite) do c.after(:suite) do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment