[DRE-commits] [ruby-rspec-puppet] 01/03: Merge tag 'upstream/2.2.0'

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Thu Oct 1 17:14:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

gaudenz pushed a commit to branch master
in repository ruby-rspec-puppet.

commit 5600a79ec102b9967fd339180d24c7ce25f33884
Merge: 69b7e9b 9dafa89
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date:   Thu Oct 1 15:41:02 2015 +0200

    Merge tag 'upstream/2.2.0'
    
    Upstream version 2.2.0

 .travis.yml                                        |  68 ++++++-----
 CHANGELOG.md                                       |  52 +++++++++
 Gemfile                                            |  15 +--
 README.md                                          |   9 ++
 lib/rspec-puppet.rb                                |   5 +
 lib/rspec-puppet/coverage.rb                       |  38 +++++-
 lib/rspec-puppet/example/function_example_group.rb |  21 +++-
 lib/rspec-puppet/matchers/parameter_matcher.rb     |   2 +-
 lib/rspec-puppet/matchers/run.rb                   | 123 ++++++++++++-------
 lib/rspec-puppet/setup.rb                          |  16 ++-
 lib/rspec-puppet/support.rb                        | 130 +++++++++++++++------
 rspec-puppet.gemspec                               |   4 +-
 spec/classes/boolean_regexp_spec.rb                |   2 +-
 spec/classes/boolean_spec.rb                       |   2 +-
 spec/classes/hash_spec.rb                          |  19 ++-
 spec/classes/sysctl_common_spec.rb                 |   8 +-
 spec/fixtures/manifests/site.pp                    |   2 +-
 .../{boolean => boolean_test}/manifests/init.pp    |   4 +-
 .../modules/structured_data/manifests/def.pp       |   2 +-
 spec/fixtures/modules/sysctl/manifests/init.pp     |   2 +-
 .../test/lib/puppet/functions/nil_function.rb      |   7 ++
 .../test/lib/puppet/functions/test_function.rb     |   5 +
 .../test/lib/puppet/parser/functions/nasty.rb      |   3 +
 .../lib/puppet/parser/functions/nil_function.rb    |   5 +
 spec/functions/nasty_spec.rb                       |  15 +++
 spec/functions/nil_function_spec.rb                |  15 +++
 spec/functions/split_spec.rb                       |  22 ++--
 spec/functions/test_function_spec.rb               |   6 +
 spec/hosts/environment_spec.rb                     |  11 ++
 spec/hosts/facts_spec.rb                           |   4 +-
 spec/spec_helper.rb                                |   1 +
 spec/support_spec.rb                               |  82 ++++++++++++-
 spec/unit/matchers/run_spec.rb                     |  96 +++++++++++++++
 33 files changed, 626 insertions(+), 170 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