You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/05/02 15:03:26 UTC

[tomee] branch master updated: Updated Arquillian Getting Started Page. Fixes Issue TOMEE-2511

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

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 81c16b2  Updated Arquillian Getting Started Page. Fixes Issue TOMEE-2511
     new a491817  Merge pull request #462 from davidsalter/TOMEE-2511
81c16b2 is described below

commit 81c16b2e2a0473cbff32704fe23e0350168f10f2
Author: David Salter <da...@icloud.com>
AuthorDate: Tue Apr 16 17:23:09 2019 +0100

    Updated Arquillian Getting Started Page. Fixes Issue TOMEE-2511
---
 docs/arquillian-getting-started.adoc | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/docs/arquillian-getting-started.adoc b/docs/arquillian-getting-started.adoc
index 341070c..70cb1ab 100644
--- a/docs/arquillian-getting-started.adoc
+++ b/docs/arquillian-getting-started.adoc
@@ -20,10 +20,12 @@ integration tests that must reflect the production environment as best
 as possible. Unit tests lose their true value.
 
 JEE always got seen as an heavy technology, impossible to test and to
-use in development. OpenEJB always fight against that idea and proved
+use in development. OpenEJB always fought against that idea and proved
 that it's really possible.
 
-As David Blevins said: > "Do not blame EJBs (ie. Java EE) because your
+As David Blevins said:
+
+> "Do not blame EJBs (ie. Java EE) because your
 server is not testable."
 
 With latest Java EE specifications (5 and especially 6), it becomes a
@@ -37,5 +39,6 @@ useful and can really help testing Java EE application. That's also an
 opportunity to get the most out of TomEE (lightweight, fast,
 feature-rich, etc).
 
-\{info See http://arquillian.org[Arquillian.org] for a great quick-start
-tutorial on Arquillian itself. }
+[tip]
+TIP: See http://arquillian.org[Arquillian.org] for a great quick-start
+tutorial on Arquillian itself.