Sha256: 957e319a744216174314fba76ef57023e89af6bc952f65a8799e3591ccfc78ac

Contents?: true

Size: 766 Bytes

Versions: 20

Compression:

Stored size: 766 Bytes

Contents

require 'rspec-system/spec_helper'
require 'rspec-system-puppet/helpers'
require 'rspec-system-serverspec/helpers'
include Serverspec::Helper::RSpecSystem
include Serverspec::Helper::DetectOS
include RSpecSystemPuppet::Helpers

RSpec.configure do |c|
  # Project root
  proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))

  # Enable colour
  c.tty = true

  c.include RSpecSystemPuppet::Helpers

  # This is where we 'setup' the nodes before running our tests
  c.before :suite do
    # Install puppet
    puppet_install

    # Install modules and dependencies
    puppet_module_install(:source => proj_root, :module_name => 'nginx')
    shell('puppet module install puppetlabs-apt')
    shell('puppet module install puppetlabs-stdlib')
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/nginx/spec/spec_helper_system.rb
freighthop-0.6.0 modules/nginx/spec/spec_helper_system.rb
freighthop-0.5.2 modules/nginx/spec/spec_helper_system.rb
freighthop-0.5.1 modules/nginx/spec/spec_helper_system.rb
freighthop-0.5.0 modules/nginx/spec/spec_helper_system.rb
freighthop-0.4.1 modules/nginx/spec/spec_helper_system.rb
freighthop-0.4.0 modules/nginx/spec/spec_helper_system.rb
freighthop-0.3.3 modules/nginx/spec/spec_helper_system.rb
freighthop-0.3.2 modules/nginx/spec/spec_helper_system.rb
freighthop-0.3.1 modules/nginx/spec/spec_helper_system.rb
freighthop-0.3.0 modules/nginx/spec/spec_helper_system.rb
freighthop-0.2.1 modules/nginx/spec/spec_helper_system.rb
freighthop-0.2.0 modules/nginx/spec/spec_helper_system.rb
freighthop-0.1.0 modules/nginx/spec/spec_helper_system.rb
freighthop-0.0.6 modules/nginx/spec/spec_helper_system.rb
freighthop-0.0.5 modules/nginx/spec/spec_helper_system.rb
freighthop-0.0.4 modules/nginx/spec/spec_helper_system.rb
freighthop-0.0.3 modules/nginx/spec/spec_helper_system.rb
freighthop-0.0.2 modules/nginx/spec/spec_helper_system.rb
freighthop-0.0.1 modules/nginx/spec/spec_helper_system.rb