We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1328681 + c3f467f commit 0ab9000Copy full SHA for 0ab9000
.sync.yml
@@ -3,3 +3,5 @@
3
enabled_lint_checks:
4
- parameter_types
5
- parameter_documentation
6
+spec/spec_helper.rb:
7
+ facterdb_string_keys: true
spec/spec_helper.rb
@@ -10,7 +10,7 @@
10
require 'voxpupuli/test/spec_helper'
11
12
RSpec.configure do |c|
13
- c.facterdb_string_keys = false
+ c.facterdb_string_keys = true
14
end
15
16
add_mocked_facts!
0 commit comments