puppet-catalog-test 0.2.2 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -4,6 +4,8 @@ require "bundler/gem_tasks"
4
4
  desc "Clean workspace"
5
5
  task :clean do
6
6
  sh "rm -vrf *.gem pkg/"
7
+ sh "rm test/cases/working-with-hiera/hiera.yaml"
8
+ sh "rm test/cases/failing-with-hiera/hiera.yaml"
7
9
  end
8
10
 
9
11
  Rake::TestTask.new do |t|
@@ -7,6 +7,7 @@ module PuppetCatalogTest
7
7
 
8
8
  attr_accessor :module_paths
9
9
  attr_accessor :manifest_path
10
+ attr_accessor :config_dir
10
11
  attr_accessor :scenario_yaml
11
12
  attr_accessor :include_pattern
12
13
  attr_accessor :exclude_pattern
@@ -25,7 +26,8 @@ module PuppetCatalogTest
25
26
  def setup
26
27
  puppet_config = {
27
28
  :manifest_path => @manifest_path,
28
- :module_paths => @module_paths
29
+ :module_paths => @module_paths,
30
+ :config_dir => @config_dir
29
31
  }
30
32
 
31
33
  pct = TestRunner.new(puppet_config)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'puppet-catalog-test'
3
- s.version = '0.2.2'
3
+ s.version = '0.3.0'
4
4
  s.homepage = 'https://github.com/invadersmustdie/puppet-catalog-test/'
5
5
  s.summary = 'Test all your puppet catalogs for compiler warnings and errors'
6
6
  s.description = 'Test all your puppet catalogs for compiler warnings and errors.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-catalog-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-17 00:00:00.000000000 Z
12
+ date: 2013-10-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: puppet
@@ -92,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  segments:
94
94
  - 0
95
- hash: -4407895083137418649
95
+ hash: 2503528581094198792
96
96
  required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  none: false
98
98
  requirements: