You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by ke...@apache.org on 2015/08/20 22:03:30 UTC

incubator-groovy git commit: Fix a sentence in `core-testing-guide.adoc` (closes #86)

Repository: incubator-groovy
Updated Branches:
  refs/heads/master 29dd80033 -> 3619eb189


Fix a sentence in `core-testing-guide.adoc` (closes #86)


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/3619eb18
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/3619eb18
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/3619eb18

Branch: refs/heads/master
Commit: 3619eb1891cbf18d70faca84929f206aa78ceddd
Parents: 29dd800
Author: Edinson E. PadrĂ³n Urdaneta <ed...@gmail.com>
Authored: Thu Aug 20 13:15:01 2015 -0430
Committer: Keegan Witt <ke...@gmail.com>
Committed: Thu Aug 20 16:02:44 2015 -0400

----------------------------------------------------------------------
 src/spec/doc/core-testing-guide.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/3619eb18/src/spec/doc/core-testing-guide.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-testing-guide.adoc b/src/spec/doc/core-testing-guide.adoc
index 3d993b9..5867a29 100644
--- a/src/spec/doc/core-testing-guide.adoc
+++ b/src/spec/doc/core-testing-guide.adoc
@@ -27,9 +27,9 @@ The Groovy programming language comes with great support for writing tests. In a
 features and test integration with state-of-the-art testing libraries and frameworks, the Groovy ecosystem has born
 a rich set of testing libraries and frameworks.
 
-This chapter will start with language specific testing features and continue with a closer look at JUnit integration,
-Spock for specifications and Geb for functional tests. Finally, we an overview of other testing libraries known to
-be working with Groovy.
+This chapter will start with language specific testing features and continue with a closer look at JUnit
+integration, Spock for specifications, and Geb for functional tests. Finally, we'll do an overview of other testing
+libraries known to be working with Groovy.
 
 == Language Features
 
@@ -640,4 +640,4 @@ the `Browser` configuration is externalized. `GebTest` delegates methods like `g
 === More Geb
 
 In the previous section we only scratched the surface of the available Geb features. More information on Geb can be found
-at the http://gebish.org[project homepage].
\ No newline at end of file
+at the http://gebish.org[project homepage].