Skip to content

Commit

Permalink
Merge pull request #910 from bastelfreak/foo3
Browse files Browse the repository at this point in the history
spec_helper.rb: add missing `=`
  • Loading branch information
ekohl committed Jun 15, 2024
2 parents 399dea6 + 9b09c95 commit 635ad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moduleroot/spec/spec_helper.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RSpec.configure do |c|
c.hiera_config = <%= @configs['hiera_config'] %>
<%- end -%>
<%- if @configs['mock_with'] -%>
c.mock_with <%= @configs['mock_with'] %>
c.mock_with = <%= @configs['mock_with'] %>
<%- end -%>
end
<%- end -%>
Expand Down

0 comments on commit 635ad46

Please sign in to comment.