Skip to content

Commit

Permalink
Merge pull request #527 from voxpupuli/modulesync
Browse files Browse the repository at this point in the history
facterdb_string_keys: switch to strings
  • Loading branch information
bastelfreak authored Jun 26, 2024
2 parents 4225c6e + 0c4c0f5 commit 2cd2e20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
spec/spec_helper.rb:
facterdb_string_keys: true
spec_overrides:
- "Dir['./spec/support/**/*.rb'].sort.each { |f| require f }"
spec/spec_helper_acceptance.rb:
Expand Down
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

require 'voxpupuli/test/spec_helper'

RSpec.configure do |c|
c.facterdb_string_keys = true
end

add_mocked_facts!

if File.exist?(File.join(__dir__, 'default_module_facts.yml'))
Expand Down

0 comments on commit 2cd2e20

Please sign in to comment.