You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2013/10/09 01:28:49 UTC

svn commit: r1530459 - /buildr/trunk/spec/core/project_spec.rb

Author: donaldp
Date: Tue Oct  8 23:28:49 2013
New Revision: 1530459

URL: http://svn.apache.org/r1530459
Log:
Fix the spec description

Modified:
    buildr/trunk/spec/core/project_spec.rb

Modified: buildr/trunk/spec/core/project_spec.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/spec/core/project_spec.rb?rev=1530459&r1=1530458&r2=1530459&view=diff
==============================================================================
--- buildr/trunk/spec/core/project_spec.rb (original)
+++ buildr/trunk/spec/core/project_spec.rb Tue Oct  8 23:28:49 2013
@@ -672,7 +672,7 @@ describe Project, '#task' do
     project('foo').task('bar').name.should eql('foo:bar')
   end
 
-  it 'should ignore namespace if starting with color' do
+  it 'should ignore namespace if starting with colon' do
     define 'foo' do
       task(':bar').name.should == 'bar'
     end