Sha256: c134c910d6389b09a7a30f4d4fc8e2b0342b1a07ac2d85d338393d151b361fd2

Contents?: true

Size: 718 Bytes

Versions: 14

Compression:

Stored size: 718 Bytes

Contents

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

include RSpecSystemPuppet::Helpers

include Serverspec::Helper::RSpecSystem
include Serverspec::Helper::DetectOS

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 => 'mysql')
    shell('puppet module install puppetlabs-stdlib')
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/mysql/spec/spec_helper_system.rb
freighthop-0.6.0 modules/mysql/spec/spec_helper_system.rb
freighthop-0.5.2 modules/mysql/spec/spec_helper_system.rb
freighthop-0.5.1 modules/mysql/spec/spec_helper_system.rb
freighthop-0.5.0 modules/mysql/spec/spec_helper_system.rb
freighthop-0.4.1 modules/mysql/spec/spec_helper_system.rb
freighthop-0.4.0 modules/mysql/spec/spec_helper_system.rb
freighthop-0.3.3 modules/mysql/spec/spec_helper_system.rb
freighthop-0.3.2 modules/mysql/spec/spec_helper_system.rb
freighthop-0.3.1 modules/mysql/spec/spec_helper_system.rb
freighthop-0.3.0 modules/mysql/spec/spec_helper_system.rb
freighthop-0.2.1 modules/mysql/spec/spec_helper_system.rb
freighthop-0.2.0 modules/mysql/spec/spec_helper_system.rb
freighthop-0.1.0 modules/mysql/spec/spec_helper_system.rb