linux-baseline/default/serverspec/spec_helper.rb
Edmund Haselwanter 15a15678ee remove newline
2014-05-27 09:40:34 +02:00

11 lines
220 B
Ruby

require 'serverspec'
require 'pathname'
include Serverspec::Helper::Exec
include Serverspec::Helper::DetectOS
RSpec.configure do |c|
c.before :all do
c.os = backend(Serverspec::Commands::Base).check_os
end
end