Skip to content

Commit

Permalink
spec_helper.rb: add missing =
Browse files Browse the repository at this point in the history
typo from voxpupuli#909
  • Loading branch information
bastelfreak committed Jun 15, 2024
1 parent 399dea6 commit 9b09c95
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 9b09c95

Please sign in to comment.