inspec/lib/vulcano/backend/specinfra_exec.rb

12 lines
223 B
Ruby
Raw Normal View History

# encoding: utf-8
2015-10-06 16:55:44 +00:00
# author: Dominik Richter
# author: Christoph Hartmann
class Vulcano::Backends::SpecinfraHelper
module Exec
def self.configure(_conf)
Specinfra.configuration.backend = :exec
end
end
end