diff options
| author | mo khan <mo@mokhan.ca> | 2016-04-29 22:06:54 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-04-29 22:06:54 -0600 |
| commit | cf8cd52e76fb68cada1e7d6b9536fd89c299e884 (patch) | |
| tree | 895e41fe32ac61ab3cb126d0e5f6c9ad095a7804 /features | |
| parent | eac6dd3183c34e48e240657464579093d9f6d405 (diff) | |
add a feature for searching for gyms.
Diffstat (limited to 'features')
| -rw-r--r-- | features/finding_a_gym.feature | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/features/finding_a_gym.feature b/features/finding_a_gym.feature new file mode 100644 index 0000000..a1d8959 --- /dev/null +++ b/features/finding_a_gym.feature @@ -0,0 +1,13 @@ +Feature: Finding a gym + As an athlete, I want to find gyms that are near me + So that I can get a good work out. + + Scenario: Find a gym + Given the user user is on the gyms page + When I look at the page + Then it lists all gyms + + Scenario: Find a gym in a city + Given the user user is on the gyms page + When I choose a city + Then it lists all gyms |
