inspec/lib/vulcano/backend/specinfra_exec.rb

10 lines
168 B
Ruby
Raw Normal View History

# encoding: utf-8
class Vulcano::Backends::SpecinfraHelper
module Exec
def self.configure(_conf)
Specinfra.configuration.backend = :exec
end
end
end