[DRE-commits] [ruby-rspec-puppet] 01/04: Merge tag 'upstream/2.4.0'
Michael Moll
mmoll-guest at moszumanska.debian.org
Fri Jul 1 11:50:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
mmoll-guest pushed a commit to branch master
in repository ruby-rspec-puppet.
commit fb10adad776c604fea623e16b812324444eab153
Merge: 28e7697 fd24031
Author: Michael Moll <Michael Moll kvedulv at kvedulv.de>
Date: Fri Jul 1 13:40:57 2016 +0200
Merge tag 'upstream/2.4.0'
Upstream version 2.4.0
.gitignore | 1 +
.travis.yml | 58 +++--
CHANGELOG.md | 73 ++++++
Gemfile | 29 ++-
README.md | 273 +++++++++++++++++----
lib/rspec-puppet.rb | 12 +-
lib/rspec-puppet/adapters.rb | 212 ++++++++++++++++
lib/rspec-puppet/cache.rb | 32 +++
lib/rspec-puppet/coverage.rb | 178 +++++++++-----
lib/rspec-puppet/errors.rb | 14 +-
lib/rspec-puppet/example.rb | 17 +-
lib/rspec-puppet/example/class_example_group.rb | 8 +
lib/rspec-puppet/example/define_example_group.rb | 8 +
lib/rspec-puppet/example/function_example_group.rb | 30 ++-
lib/rspec-puppet/example/host_example_group.rb | 8 +
lib/rspec-puppet/example/provider_example_group.rb | 4 +
lib/rspec-puppet/example/type_example_group.rb | 26 ++
lib/rspec-puppet/matchers.rb | 1 +
lib/rspec-puppet/matchers/compile.rb | 17 +-
lib/rspec-puppet/matchers/create_generic.rb | 88 +++++--
lib/rspec-puppet/matchers/dynamic_matchers.rb | 7 +
lib/rspec-puppet/matchers/include_class.rb | 2 +-
lib/rspec-puppet/matchers/run.rb | 5 +-
lib/rspec-puppet/matchers/type_matchers.rb | 161 ++++++++++++
lib/rspec-puppet/rake_task.rb | 20 ++
lib/rspec-puppet/setup.rb | 41 +---
lib/rspec-puppet/spec_helper.rb | 9 +
lib/rspec-puppet/support.rb | 179 +++++---------
rspec-puppet.gemspec | 2 +-
spec/cache_spec.rb | 64 +++++
spec/classes/catalogue_cache_spec.rb | 83 +++++++
spec/classes/cleanup_spec.rb | 11 +
spec/classes/cycle_good_spec.rb | 1 +
spec/classes/export_resource_spec.rb | 34 +++
spec/classes/facts_spec.rb | 146 +++++++++++
spec/classes/hiera_integration_spec.rb | 14 ++
spec/classes/relationship__before_spec.rb | 11 +
spec/classes/relationship__notify_spec.rb | 3 +
spec/classes/test_classes_used_spec.rb | 4 +-
spec/classes/undef_spec.rb | 18 ++
spec/coverage_spec.rb | 3 -
spec/defines/cleanup_spec.rb | 11 +
spec/defines/test_addition_spec.rb | 11 +
spec/defines/undef_def_spec.rb | 20 ++
spec/fixtures/hiera.yaml | 7 +
spec/fixtures/hieradata/common.yaml | 2 +
.../modules/export_resource/manifests/init.pp | 5 +
.../fake_type/lib/puppet/provider/fake/default.rb | 3 +
.../modules/fake_type/lib/puppet/type/fake.rb | 22 ++
.../modules/relationships/manifests/before.pp | 22 ++
.../modules/relationships/manifests/notify.pp | 16 ++
.../modules/structured_facts/manifests/hash.pp | 5 +
.../structured_facts/manifests/top_scope.pp | 4 +
spec/fixtures/modules/test/manifests/addition.pp | 7 +
spec/fixtures/modules/test/manifests/hiera.pp | 4 +
spec/fixtures/modules/undef_test/manifests/def.pp | 5 +
spec/fixtures/modules/undef_test/manifests/init.pp | 5 +
spec/functions/cleanup_spec.rb | 15 ++
spec/functions/split_spec.rb | 11 +-
spec/hosts/cleanup_spec.rb | 11 +
spec/spec_helper.rb | 9 +
spec/support_spec.rb | 81 +-----
spec/types/cleanup_spec.rb | 11 +
spec/types/valid_provider_spec.rb | 89 +++++++
spec/unit/adapters_spec.rb | 160 ++++++++++++
spec/unit/coverage_spec.rb | 95 +++++++
spec/unit/matchers/run_spec.rb | 24 +-
67 files changed, 2157 insertions(+), 405 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec-puppet.git
More information about the Pkg-ruby-extras-commits
mailing list