Return-Path: Delivered-To: apmail-buildr-commits-archive@www.apache.org Received: (qmail 56448 invoked from network); 19 Oct 2010 13:58:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Oct 2010 13:58:00 -0000 Received: (qmail 7747 invoked by uid 500); 19 Oct 2010 13:58:00 -0000 Delivered-To: apmail-buildr-commits-archive@buildr.apache.org Received: (qmail 7722 invoked by uid 500); 19 Oct 2010 13:58:00 -0000 Mailing-List: contact commits-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@buildr.apache.org Delivered-To: mailing list commits@buildr.apache.org Received: (qmail 7715 invoked by uid 99); 19 Oct 2010 13:57:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 13:57:59 +0000 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; Tue, 19 Oct 2010 13:57:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0D9512388980; Tue, 19 Oct 2010 13:57:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1024235 - /buildr/trunk/spec/core/run_spec.rb Date: Tue, 19 Oct 2010 13:57:03 -0000 To: commits@buildr.apache.org From: boisvert@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101019135703.0D9512388980@eris.apache.org> Author: boisvert Date: Tue Oct 19 13:57:02 2010 New Revision: 1024235 URL: http://svn.apache.org/viewvc?rev=1024235&view=rev Log: Add missing expectation (test.compile) for run task dependency Modified: buildr/trunk/spec/core/run_spec.rb Modified: buildr/trunk/spec/core/run_spec.rb URL: http://svn.apache.org/viewvc/buildr/trunk/spec/core/run_spec.rb?rev=1024235&r1=1024234&r2=1024235&view=diff ============================================================================== --- buildr/trunk/spec/core/run_spec.rb (original) +++ buildr/trunk/spec/core/run_spec.rb Tue Oct 19 13:57:02 2010 @@ -67,6 +67,7 @@ describe Project, :run do it 'should depend on project''s compile and test.compile task' do define 'foo' project('foo').run.prerequisites.should include(project('foo').compile) + project('foo').run.prerequisites.should include(project('foo').test) end it 'should be local task' do