Author: boisvert
Date: Tue Oct 12 02:10:10 2010
New Revision: 1021594
URL: http://svn.apache.org/viewvc?rev=1021594&view=rev
Log:
cleanup
Modified:
buildr/trunk/spec/packaging/archive_spec.rb
Modified: buildr/trunk/spec/packaging/archive_spec.rb
URL:
http://svn.apache.org/viewvc/buildr/trunk/spec/packaging/archive_spec.rb?rev=1021594&r1=1021593&r2=1021594&view=diff
==============================================================================
--- buildr/trunk/spec/packaging/archive_spec.rb (original)
+++ buildr/trunk/spec/packaging/archive_spec.rb Tue Oct 12 02:10:10 2010
@@ -207,7 +207,6 @@ describe 'ArchiveTask', :shared=>true do
end
it 'should archive directories into specified alias, even if it has the same
name' do
- p "dir #...@dir}"
archive(@archive).include(@dir, :as=>File.basename(@dir)).invoke
inspect_archive { |archive|
archive.keys.should_not include "#{File.basename(@dir)}"
@@ -414,8 +413,6 @@ describe ZipTask do
zip.close()
end
-
-
def inspect_archive
entries = {}
Zip::ZipFile.open @archive do |zip|