Feature: An index of events In order for users to find recent events we want to list them all on a page Scenario: Visiting the events index, but with no featured event When I navigate to the events page Then I should see "Spotlight" And I should see "There is no featured event." Scenario: Scenario: Visiting the events index, but there is a featured event Given a featured event When I navigate to the events page Then I should see "Spotlight" Then I should see all the details of the featured event