Author: lacton
Date: Sat Oct 25 09:43:34 2008
New Revision: 707862

URL: http://svn.apache.org/viewvc?rev=707862&view=rev
Log:
Spec clarification

Modified:
    incubator/buildr/trunk/spec/packaging/artifact_spec.rb

Modified: incubator/buildr/trunk/spec/packaging/artifact_spec.rb
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/packaging/artifact_spec.rb?rev=707862&r1=707861&r2=707862&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/packaging/artifact_spec.rb (original)
+++ incubator/buildr/trunk/spec/packaging/artifact_spec.rb Sat Oct 25 09:43:34 
2008
@@ -71,7 +71,7 @@
     @artifact.pom.to_hash.should == @artifact.to_hash.merge(:type=>:pom)
   end
 
-  it 'should have one artifact for all classifiers' do
+  it 'should have one POM artifact for all classifiers' do
     @classified.pom.to_hash.should == 
@classified.to_hash.merge(:type=>:pom).except(:classifier)
   end
   


Reply via email to