diff --git a/pom.xml b/pom.xml index b31f9ce..0b6506c 100644 --- a/pom.xml +++ b/pom.xml @@ -35,42 +35,6 @@ - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - integration-test - - java - - - - - - info.cukes - cucumber-core - - cucumber.api.cli.Main - - --plugin - junit:target/cucumber-junit-report/allcukes.xml - --plugin - pretty - --plugin - html:target/cucumber-html-report - - - - - info.cukes - cucumber-core - 1.2.5 - - - diff --git a/src/test/resources/FizzBuzz.feature b/src/test/resources/FizzBuzz.feature index 9831050..4020ddc 100644 --- a/src/test/resources/FizzBuzz.feature +++ b/src/test/resources/FizzBuzz.feature @@ -7,7 +7,7 @@ Feature: FizzBuzz Game play Scenario: Play FizzBuzz to get Buzz Given Create a FizzBuzz game play - When I play with number 5 + When I play with number 4 Then The result is "Buzz" Scenario: Play FizzBuzz to get FizzBuzz