Commit cf8cd52

mo khan <mo@mokhan.ca>
2016-04-30 04:06:54
add a feature for searching for gyms.
1 parent eac6dd3
Changed files (1)
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