commit d882ebae8645b2fde8a123f451a1c4d818c277b8
Author:     Mauro Talevi <[email protected]>
AuthorDate: Mon, 24 Feb 2014 22:22:40 +0100
Commit:     Mauro Talevi <[email protected]>
CommitDate: Mon, 24 Feb 2014 22:27:51 +0100

    Tidy up examples
    
    Conflicts:
        examples/pom.xml

diff --git 
a/examples/core/src/main/java/org/jbehave/examples/core/stories/step_composition.story
 
b/examples/core/src/main/java/org/jbehave/examples/core/stories/step_composition.story
index 40d8873..eaae60a 100755
--- 
a/examples/core/src/main/java/org/jbehave/examples/core/stories/step_composition.story
+++ 
b/examples/core/src/main/java/org/jbehave/examples/core/stories/step_composition.story
@@ -20,7 +20,6 @@ Scenario: Using a composite step with normal parameter 
matching
 !--                      "When a <product> is added to the cart" }) 
 !-- public void aCompositeStep(@Named("customer") String customer, 
@Named("product") String product) { // composed steps use these named 
parameters 
 !-- }
-!--
 
 Given Mr Jones has previously bought a ticket
 
@@ -33,7 +32,6 @@ Scenario: Using a composite step in a parameterised scenario
 !--                      "When a <product> is added to the cart" })
 !-- public void aCompositeStep(@Named("customer") String customer, 
@Named("product") String product) { // composed steps use these named 
parameters 
 !-- }
-!--
 
 Given <customer> has previously bought a <product>
 
@@ -50,6 +48,5 @@ The composed step not found should be reported as pending and 
the subsequent com
 !--                      "Given <customer> has a cart", })
 !-- public void aCompositeStep(@Named("customer") String customer) { // 
composed steps use these named parameters 
 !-- }
-!--
 
 Given Mr Jones returns to cart



Reply via email to