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 4225c6e + 0c4c0f5 commit 2cd2e20Copy full SHA for 2cd2e20
2 files changed
.sync.yml
@@ -1,5 +1,6 @@
1
---
2
spec/spec_helper.rb:
3
+ facterdb_string_keys: true
4
spec_overrides:
5
- "Dir['./spec/support/**/*.rb'].sort.each { |f| require f }"
6
spec/spec_helper_acceptance.rb:
spec/spec_helper.rb
@@ -9,6 +9,10 @@
9
10
require 'voxpupuli/test/spec_helper'
11
12
+RSpec.configure do |c|
13
+ c.facterdb_string_keys = true
14
+end
15
+
16
add_mocked_facts!
17
18
if File.exist?(File.join(__dir__, 'default_module_facts.yml'))
0 commit comments