[DRE-commits] [ruby-rspec-puppet] branch master updated (69b7e9b -> f4d8a2a)

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 change to branch master
in repository ruby-rspec-puppet.

      from  69b7e9b   Add puppet-common and rspec-core to BD and enable tests
      adds  9dafa89   Imported Upstream version 2.2.0
       new  5600a79   Merge tag 'upstream/2.2.0'
       new  b034fd6   Upstream patch to fix test errors with RSpec 3
       new  f4d8a2a   Update changelog for version 2.2.0-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |  68 ++++++-----
 CHANGELOG.md                                       |  52 +++++++++
 Gemfile                                            |  15 +--
 README.md                                          |   9 ++
 debian/changelog                                   |   8 ++
 debian/patches/rspec3-fix.patch                    | 130 +++++++++++++++++++++
 debian/patches/series                              |   1 +
 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 +++++++++++++++
 36 files changed, 765 insertions(+), 170 deletions(-)
 create mode 100644 CHANGELOG.md
 create mode 100644 debian/patches/rspec3-fix.patch
 create mode 100644 debian/patches/series
 rename spec/fixtures/modules/{boolean => boolean_test}/manifests/init.pp (86%)
 create mode 100644 spec/fixtures/modules/test/lib/puppet/functions/nil_function.rb
 create mode 100644 spec/fixtures/modules/test/lib/puppet/functions/test_function.rb
 create mode 100644 spec/fixtures/modules/test/lib/puppet/parser/functions/nasty.rb
 create mode 100644 spec/fixtures/modules/test/lib/puppet/parser/functions/nil_function.rb
 create mode 100644 spec/functions/nasty_spec.rb
 create mode 100644 spec/functions/nil_function_spec.rb
 create mode 100644 spec/functions/test_function_spec.rb
 create mode 100644 spec/hosts/environment_spec.rb
 create mode 100644 spec/unit/matchers/run_spec.rb

-- 
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