Author: assaf
Date: Wed Oct 1 14:24:06 2008
New Revision: 700934
URL: http://svn.apache.org/viewvc?rev=700934&view=rev
Log:
Typo, should describe Buildr not Builder
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=700934&r1=700933&r2=700934&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/packaging/artifact_spec.rb (original)
+++ incubator/buildr/trunk/spec/packaging/artifact_spec.rb Wed Oct 1 14:24:06
2008
@@ -513,7 +513,7 @@
end
-describe Builder, '#install' do
+describe Buildr, '#install' do
before do
@spec = 'group:id:jar:1.0'
write @file = 'test.jar'
@@ -542,7 +542,7 @@
end
-describe Builder, '#upload' do
+describe Buildr, '#upload' do
before do
@spec = 'group:id:jar:1.0'
write @file = 'test.jar'