# 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