Skip to content

Commit

Permalink
facterdb_string_keys: switch to strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 26, 2024
1 parent 9eb2997 commit 6fc5d56
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
Expand Up @@ -4,3 +4,4 @@
timeout_minutes: 75
spec/spec_helper.rb:
spec_overrides: "require 'spec_helper_methods'"
facterdb_string_keys: true
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 6fc5d56

Please sign in to comment.