You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2010/03/26 18:01:04 UTC

svn commit: r927969 - /buildr/trunk/doc/testing.textile

Author: boisvert
Date: Fri Mar 26 17:01:04 2010
New Revision: 927969

URL: http://svn.apache.org/viewvc?rev=927969&view=rev
Log:
Fix buggy documentation (Peter Schröder)

Modified:
    buildr/trunk/doc/testing.textile

Modified: buildr/trunk/doc/testing.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/testing.textile?rev=927969&r1=927968&r2=927969&view=diff
==============================================================================
--- buildr/trunk/doc/testing.textile (original)
+++ buildr/trunk/doc/testing.textile Fri Mar 26 17:01:04 2010
@@ -4,7 +4,7 @@ title: Testing
 ---
 
 
-Untested code is broken code, so we take testing seriously.  Off the bat you get to use either JUnit or TestNG for writing unit tests and integration tests. And you can also add your own framework, or even script tests using Ruby.  But= first, let's start with the basics.
+Untested code is broken code, so we take testing seriously.  Off the bat you get to use either JUnit or TestNG for writing unit tests and integration tests. And you can also add your own framework, or even script tests using Ruby.  But first, let's start with the basics.
 
 
 h2(#writing). Writing Tests