Skip to content

Commit 0ab9000

Browse files
authored
Merge pull request #121 from bastelfreak/fooo
FacterDB: Switch to stringified facts
2 parents 1328681 + c3f467f commit 0ab9000

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
enabled_lint_checks:
44
- parameter_types
55
- parameter_documentation
6+
spec/spec_helper.rb:
7+
facterdb_string_keys: true

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
require 'voxpupuli/test/spec_helper'
1111

1212
RSpec.configure do |c|
13-
c.facterdb_string_keys = false
13+
c.facterdb_string_keys = true
1414
end
1515

1616
add_mocked_facts!

0 commit comments

Comments
 (0)