You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by la...@apache.org on 2008/10/19 22:08:30 UTC

svn commit: r706061 - /incubator/buildr/trunk/spec/core/checks_spec.rb

Author: lacton
Date: Sun Oct 19 13:08:29 2008
New Revision: 706061

URL: http://svn.apache.org/viewvc?rev=706061&view=rev
Log:
Unused code removal.

Modified:
    incubator/buildr/trunk/spec/core/checks_spec.rb

Modified: incubator/buildr/trunk/spec/core/checks_spec.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/core/checks_spec.rb?rev=706061&r1=706060&r2=706061&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/core/checks_spec.rb (original)
+++ incubator/buildr/trunk/spec/core/checks_spec.rb Sun Oct 19 13:08:29 2008
@@ -338,7 +338,6 @@
       define "foo", :version=>"1.0" do
         package(archive).include("resources")
       end
-      puts project('foo').packages
     end
     
     def check *args, &block