Sha256: afcc2d06d13d4d19ba054bb7e43adf57c0909733523a08d79ddf5df380b1aec9
Contents?: true
Size: 729 Bytes
Versions: 68
Compression:
Stored size: 729 Bytes
Contents
require 'simplecov' # require 'pp' statement needed before fakefs, otherwise they can collide. Ref: # https://github.com/fakefs/fakefs#fakefs-----typeerror-superclass-mismatch-for-class-file require 'pp' require 'fakefs/spec_helpers' require 'beaker' require 'beaker-puppet' require 'helpers' # setup & require beaker's spec_helper.rb beaker_gem_spec = Gem::Specification.find_by_name('beaker') beaker_gem_dir = beaker_gem_spec.gem_dir beaker_spec_path = File.join(beaker_gem_dir, 'spec') $LOAD_PATH << beaker_spec_path require File.join(beaker_spec_path, 'spec_helper.rb') require 'rspec/its' RSpec.configure do |config| config.include FakeFS::SpecHelpers config.include TestFileHelpers config.include HostHelpers end
Version data entries
68 entries across 68 versions & 1 rubygems