This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: As a cinephile In order to never miss a minute of a movie I want to know what are the next showings of the movie theater | |
Background: | |
Given a cinephile | |
Scenario: Looking for the next showings before the start of the last one | |
Given the last showing is not started yet | |
When the user asks for the next showings | |
Then the returned showings are not started yet | |
And the returned showings are not starting in the next 15 minutes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment