Author: toulmean
Date: Sun Mar 11 19:07:22 2012
New Revision: 1299427

URL: http://svn.apache.org/viewvc?rev=1299427&view=rev
Log:
Make sure tests pass, interdependency between specs

Modified:
    buildr/trunk/spec/java/pom_spec.rb

Modified: buildr/trunk/spec/java/pom_spec.rb
URL: 
http://svn.apache.org/viewvc/buildr/trunk/spec/java/pom_spec.rb?rev=1299427&r1=1299426&r2=1299427&view=diff
==============================================================================
--- buildr/trunk/spec/java/pom_spec.rb (original)
+++ buildr/trunk/spec/java/pom_spec.rb Sun Mar 11 19:07:22 2012
@@ -19,10 +19,10 @@ require 'fileutils'
 describe Buildr::POM do
   before do
     repositories.remote = 'http://example.com'
-    @app = 'group:app:jar:1.0'
+    @app = 'group:pomapp:jar:1.0'
     write artifact(@app).pom.to_s, <<-XML
 <project>
-  <artifactId>app</artifactId>
+  <artifactId>pomapp</artifactId>
   <groupId>group</groupId>
   <dependencies>
     <dependency>
@@ -43,7 +43,7 @@ XML
     @library = 'org.example:library:jar:1.1'
     write artifact(@library).pom.to_s, <<-XML
 <project>
-  <artifactId>app</artifactId>
+  <artifactId>pomapp</artifactId>
   <groupId>group</groupId>
   <dependencies>
     <dependency>


Reply via email to