This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new 5de0cb73 typo
5de0cb73 is described below

commit 5de0cb737478b26bd917466eeda287babcc59c5f
Author: Paul King <[email protected]>
AuthorDate: Mon Feb 24 17:46:34 2025 +1000

    typo
---
 doc/site/templates/main.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/site/templates/main.html b/doc/site/templates/main.html
index 77ae7712..e391a26e 100644
--- a/doc/site/templates/main.html
+++ b/doc/site/templates/main.html
@@ -413,7 +413,7 @@ class DynamicPage extends Page {
             <div class="ui vertical stripe fourteen wide middle aligned 
segment">
                 <div class="ui text container">
                     <h1 class="ui header">Testing</h1>
-                    <p>Geb provides integration modules for popular testing 
frameworks such as <a href="http://spockframework.org";>Spock</a>, <a 
href="http://junit.org";>JUnit</a>, <a href="http://testng.org";>TestNG</a> and 
<a href="https://cucumber.io/tools/cucumber-open/";>Cucumber</a> (via <a 
href="https://github.com/cucumber/cucumber-jvm";>Cucmber JVM</a>)</p>
+                    <p>Geb provides integration modules for popular testing 
frameworks such as <a href="http://spockframework.org";>Spock</a>, <a 
href="http://junit.org";>JUnit</a>, <a href="http://testng.org";>TestNG</a> and 
<a href="https://cucumber.io/tools/cucumber-open/";>Cucumber</a> (via <a 
href="https://github.com/cucumber/cucumber-jvm";>Cucumber JVM</a>)</p>
                     <p>While Geb works great with all of these frameworks, it 
really shines with <a href="http://spockframework.org";>Spock</a>. Spock is an 
innovative testing framework that is a great match for using with Geb. Using 
Spock + Geb gives you
                         very clear, concise and easy to understand test 
specifications with very little effort.</p>
 

Reply via email to