Update FizzBuzz.feature

This commit is contained in:
Ajay Kumar S
2019-07-19 22:40:55 +05:30
committed by GitHub
parent 5a33fdc557
commit 3fe0f99d28

View File

@@ -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 4
When I play with number 5
Then The result is "Buzz"
Scenario: Play FizzBuzz to get FizzBuzz