inspec/lib/vulcano/backend/specinfra_exec.rb
Christoph Hartmann 8fff2ee989 add author header
2015-10-06 18:55:44 +02:00

11 lines
223 B
Ruby

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