You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by la...@apache.org on 2008/08/24 00:05:48 UTC

svn commit: r688421 - /incubator/buildr/trunk/spec/compile_spec.rb

Author: lacton
Date: Sat Aug 23 15:05:47 2008
New Revision: 688421

URL: http://svn.apache.org/viewvc?rev=688421&view=rev
Log:
Typo

Modified:
    incubator/buildr/trunk/spec/compile_spec.rb

Modified: incubator/buildr/trunk/spec/compile_spec.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/compile_spec.rb?rev=688421&r1=688420&r2=688421&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/compile_spec.rb (original)
+++ incubator/buildr/trunk/spec/compile_spec.rb Sat Aug 23 15:05:47 2008
@@ -436,7 +436,7 @@
     lambda { project('foo').compile.invoke }.should run_task('foo:bar:compile')
   end
 
-  it 'sould be a local task' do
+  it 'should be a local task' do
     write 'bar/src/main/java/Test.java', 'class Test {}'
     define('foo') { define 'bar' }
     lambda do