Skip to content

Commit

Permalink
Enable facterdb string keys
Browse files Browse the repository at this point in the history
In the process of reviewing an unrelated facter issue, I noticed that
this (setting `facterdb_string_keys` to `false`)  appears not to be
needed anymore.
  • Loading branch information
wyardley committed Sep 6, 2024
1 parent 4eed5e4 commit 7b259a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
require 'voxpupuli/test/spec_helper'

RSpec.configure do |c|
c.facterdb_string_keys = false
c.mock_with :mocha
end

Expand Down

0 comments on commit 7b259a2

Please sign in to comment.