master
 1Feature: Finding a gym
 2  As an athlete, I want to find gyms that are near me
 3  So that I can get a good work out.
 4
 5  Scenario: Find a gym
 6    Given the user is logged in
 7    And There are 2 gyms
 8    When the user is on the gyms page
 9    Then it lists all gyms
10
11  @javascript
12  Scenario: Find a gym in a city
13    Given the user is logged in
14    And There are 10 gyms
15    When the user is on the gyms page
16    And they search for a city
17    Then it lists all gyms