3 unless ENV['RS_PROVISION'] == 'no'
14 RSpec.configure do |c|
16 proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))
18 # Readable test descriptions
19 c.formatter = :documentation
21 # Configure all nodes in nodeset
23 # Install module and dependencies
24 puppet_module_install(:source => proj_root, :module_name => 'vcsrepo')
28 install_package(host, 'git')
30 install_package(host, 'git-core')
32 if !check_for_package(host, 'git')
33 puts "Git package is required for this module"