Skip to content

Commit

Permalink
Merge pull request #918 from bastelfreak/mockschmock
Browse files Browse the repository at this point in the history
spec_helper.rb: Fix typo in template
  • Loading branch information
bastelfreak committed Jul 9, 2024
2 parents bf880be + 1b389f0 commit fa995d2
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
<%- if @configs['add_mocked_facts'] -%>
Expand Down

0 comments on commit fa995d2

Please sign in to comment.