[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1601-gf8c1b08

James Turnbull james at lovedthanlost.net
Fri Jan 15 09:07:59 UTC 2010


The following commit has been merged in the upstream branch:
commit fc221ffdae07e4cae8fb6b280c00193d639d2043
Author: James Turnbull <james at lovedthanlost.net>
Date:   Sat Dec 19 10:02:16 2009 +1100

    Fixed RSpec deprecation error

diff --git a/spec/unit/parser/lexer.rb b/spec/unit/parser/lexer.rb
index 959f360..a6aebc6 100755
--- a/spec/unit/parser/lexer.rb
+++ b/spec/unit/parser/lexer.rb
@@ -5,7 +5,7 @@ require File.dirname(__FILE__) + '/../../spec_helper'
 require 'puppet/parser/lexer'
 
 # This is a special matcher to match easily lexer output
-Spec::Matchers.create :be_like do |ary|
+Spec::Matchers.define :be_like do |ary|
     match do |result|
         r = true
         result.zip(ary) do |a,b|

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list