You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2020/06/07 20:01:54 UTC

[GitHub] [tomee] hbelmiro commented on a change in pull request #641: TOMEE-2816 -Translate to Portuguese: examples/groovy-spock

hbelmiro commented on a change in pull request #641:
URL: https://github.com/apache/tomee/pull/641#discussion_r436396758



##########
File path: examples/groovy-spock/README_pt.adoc
##########
@@ -0,0 +1,87 @@
+:index-group: Misc
+:jbake-type: page
+:jbake-status: status=published
+= Projeto Groovy com Spock Framework
+
+Este é um guia de como implementar http://spockframework.org[Spock Framework] para testes.
+
+== Hello
+
+[source,groovy]
+----
+include::src/main/groovy/org/superbiz/groovy/Hello.groovy[]
+----
+
+== HelloSpecification
+
+Esta classe extende de `*_spock.lang.Specification_*` para registrar a especificaçao de testes.

Review comment:
       ```suggestion
   Esta classe estende de `*_spock.lang.Specification_*` para registrar a especificação de testes.
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org