Sha256: b6873d35abc76e17102710a77f38c3bf2f3d2ac3fa58374cf00be11952e3649e

Contents?: true

Size: 406 Bytes

Versions: 3

Compression:

Stored size: 406 Bytes

Contents

dir = File.expand_path(File.dirname(__FILE__))
$LOAD_PATH.unshift File.join(dir, 'lib')

require 'pathname'
require 'tmpdir'

Pathname.glob("#{dir}/shared_behaviours/**/*.rb") do |behaviour|
  require behaviour.relative_path_from(Pathname.new(dir))
end

def fixture_path
  Pathname.new(File.expand_path(File.join(__FILE__, '..', 'fixtures')))
end

RSpec.configure do |config|
  config.mock_with :mocha
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rspec-system-puppet-2.2.1 spec/spec_helper.rb
rspec-system-puppet-2.2.0 spec/spec_helper.rb
rspec-system-puppet-2.1.0 spec/spec_helper.rb