Author: donaldp
Date: Sun Oct  6 07:44:30 2013
New Revision: 1529585

URL: http://svn.apache.org/r1529585
Log:
Update the eclipse spec file to ensure it cleans up after itself

Modified:
    buildr/trunk/spec/ide/eclipse_spec.rb

Modified: buildr/trunk/spec/ide/eclipse_spec.rb
URL: 
http://svn.apache.org/viewvc/buildr/trunk/spec/ide/eclipse_spec.rb?rev=1529585&r1=1529584&r2=1529585&view=diff
==============================================================================
--- buildr/trunk/spec/ide/eclipse_spec.rb (original)
+++ buildr/trunk/spec/ide/eclipse_spec.rb Sun Oct  6 07:44:30 2013
@@ -547,6 +547,10 @@ MANIFEST
       end
     end
 
+    after do
+      rm_rf '../libs'
+    end
+
     it 'supports generating library paths with classpath variables' do
       classpath_xml_elements.collect("classpathentry[@kind='var']") { |n| 
n.attributes['path'] }.
         should include('LIBS/some-local.jar')


Reply via email to