[DRE-commits] [ruby-rspec-puppet] 02/04: Merge tag 'upstream/1.0.1'

Thomas Bechtold toabctl at moszumanska.debian.org
Fri Dec 27 07:10:37 UTC 2013


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

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

commit 9702afc09de758553697c68103d3b132a066cb4e
Merge: 4d78838 8925cac
Author: Thomas Bechtold <toabctl at debian.org>
Date:   Fri Dec 27 07:40:32 2013 +0100

    Merge tag 'upstream/1.0.1'
    
    Upstream version 1.0.1

 LICENSE                                            |  20 --
 README.md                                          |  94 ++++++++--
 Rakefile                                           |   7 -
 checksums.yaml.gz                                  | Bin 0 -> 270 bytes
 lib/rspec-puppet.rb                                |  45 +++++
 lib/rspec-puppet/errors.rb                         |  83 +++++++++
 lib/rspec-puppet/example/class_example_group.rb    |  56 +-----
 lib/rspec-puppet/example/define_example_group.rb   |  58 +-----
 lib/rspec-puppet/example/function_example_group.rb |  56 +++---
 lib/rspec-puppet/example/host_example_group.rb     |  27 +--
 lib/rspec-puppet/matchers.rb                       |   4 +-
 lib/rspec-puppet/matchers/compile.rb               | 133 +++++++++++++
 lib/rspec-puppet/matchers/count_generic.rb         |  73 ++++++++
 lib/rspec-puppet/matchers/create_generic.rb        | 207 +++++++++++++++------
 lib/rspec-puppet/matchers/create_resource.rb       |  53 ------
 lib/rspec-puppet/matchers/dynamic_matchers.rb      |  17 ++
 lib/rspec-puppet/matchers/include_class.rb         |   3 +-
 lib/rspec-puppet/matchers/parameter_matcher.rb     | 117 ++++++++++++
 lib/rspec-puppet/matchers/run.rb                   |  80 +++++---
 lib/rspec-puppet/setup.rb                          |  91 +++++----
 lib/rspec-puppet/support.rb                        | 161 +++++++++++++++-
 metadata.yml                                       |  50 ++---
 rspec-puppet.gemspec                               |  47 -----
 spec/classes/boolean_regexp_spec.rb                |  10 -
 spec/classes/boolean_spec.rb                       |  11 --
 spec/classes/sysctl_common_spec.rb                 |  40 ----
 spec/defines/sysctl_before_spec.rb                 |  26 ---
 spec/defines/sysctl_spec.rb                        |  14 --
 spec/fixtures/manifests/site.pp                    |   7 -
 spec/fixtures/modules/boolean/manifests/init.pp    |  12 --
 spec/fixtures/modules/sysctl/manifests/init.pp     |  39 ----
 spec/functions/split_spec.rb                       |  17 --
 spec/hosts/foo_spec.rb                             |   6 -
 spec/hosts/testhost_spec.rb                        |   5 -
 spec/spec_helper.rb                                |   6 -
 35 files changed, 1008 insertions(+), 667 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