Skip to content

Commit 2cd2e20

Browse files
authored
Merge pull request #527 from voxpupuli/modulesync
facterdb_string_keys: switch to strings
2 parents 4225c6e + 0c4c0f5 commit 2cd2e20

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
spec/spec_helper.rb:
3+
facterdb_string_keys: true
34
spec_overrides:
45
- "Dir['./spec/support/**/*.rb'].sort.each { |f| require f }"
56
spec/spec_helper_acceptance.rb:

spec/spec_helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
require 'voxpupuli/test/spec_helper'
1111

12+
RSpec.configure do |c|
13+
c.facterdb_string_keys = true
14+
end
15+
1216
add_mocked_facts!
1317

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

0 commit comments

Comments
 (0)