Return-Path: Delivered-To: apmail-incubator-buildr-commits-archive@locus.apache.org Received: (qmail 7148 invoked from network); 29 Oct 2008 21:35:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2008 21:35:01 -0000 Received: (qmail 68617 invoked by uid 500); 29 Oct 2008 21:35:06 -0000 Delivered-To: apmail-incubator-buildr-commits-archive@incubator.apache.org Received: (qmail 68598 invoked by uid 500); 29 Oct 2008 21:35:06 -0000 Mailing-List: contact buildr-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-dev@incubator.apache.org Delivered-To: mailing list buildr-commits@incubator.apache.org Received: (qmail 68588 invoked by uid 99); 29 Oct 2008 21:35:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 14:35:06 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 21:34:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5BEB123888A5; Wed, 29 Oct 2008 14:34:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r709017 - /incubator/buildr/trunk/spec/packaging/archive_spec.rb Date: Wed, 29 Oct 2008 21:34:40 -0000 To: buildr-commits@incubator.apache.org From: lacton@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081029213440.5BEB123888A5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lacton Date: Wed Oct 29 14:34:39 2008 New Revision: 709017 URL: http://svn.apache.org/viewvc?rev=709017&view=rev Log: BUILDR-166 Preparing for upgrade to RSpec 1.1.11 Modified: incubator/buildr/trunk/spec/packaging/archive_spec.rb Modified: incubator/buildr/trunk/spec/packaging/archive_spec.rb URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/packaging/archive_spec.rb?rev=709017&r1=709016&r2=709017&view=diff ============================================================================== --- incubator/buildr/trunk/spec/packaging/archive_spec.rb (original) +++ incubator/buildr/trunk/spec/packaging/archive_spec.rb Wed Oct 29 14:34:39 2008 @@ -80,7 +80,7 @@ it 'should invoke and archive file tasks' do file = file('included') { write 'included' } lambda { archive(@archive).include(file).invoke }.should change { File.exist?(file.to_s) }.to(true) - inspect_archive.should include('included') + inspect_archive.keys.should include('included') end it 'should include entry for directory' do