Sha256: c4a584e93dcd2fa6e6ac067d3387b786179af813642e98a9f1b694e865e919f6

Contents?: true

Size: 436 Bytes

Versions: 9

Compression:

Stored size: 436 Bytes

Contents

require 'rspec-system/spec_helper'
require 'rspec-system-puppet/helpers'

include RSpecSystemPuppet::Helpers

RSpec.configure do |c|
  proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))
  c.tty = true
  c.include RSpecSystemPuppet::Helpers

  c.before :suite do
    puppet_install
    puppet_module_install(:source => proj_root, :module_name => 'rbenv')
    shell('puppet module install puppetlabs-stdlib')
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
freighthop-0.2.1 modules/rbenv/spec/spec_helper_system.rb
freighthop-0.2.0 modules/rbenv/spec/spec_helper_system.rb
freighthop-0.1.0 modules/rbenv/spec/spec_helper_system.rb
freighthop-0.0.6 modules/rbenv/spec/spec_helper_system.rb
freighthop-0.0.5 modules/rbenv/spec/spec_helper_system.rb
freighthop-0.0.4 modules/rbenv/spec/spec_helper_system.rb
freighthop-0.0.3 modules/rbenv/spec/spec_helper_system.rb
freighthop-0.0.2 modules/rbenv/spec/spec_helper_system.rb
freighthop-0.0.1 modules/rbenv/spec/spec_helper_system.rb