mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Fix the uninitialized constant error on Windows for Set.new
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
e54d24d108
commit
7e23f0993a
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
require "rspec/core"
|
||||
require "rspec/core/formatters/base_formatter"
|
||||
require "set" unless defined?(Set)
|
||||
|
||||
module Inspec::Formatters
|
||||
class Base < RSpec::Core::Formatters::BaseFormatter
|
||||
|
|
Loading…
Reference in a new issue