Skip to content

Instantly share code, notes, and snippets.

@beyondxscratch
Last active June 10, 2021 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beyondxscratch/d230b598756915eb81e8f9e837ac10f5 to your computer and use it in GitHub Desktop.
Save beyondxscratch/d230b598756915eb81e8f9e837ac10f5 to your computer and use it in GitHub Desktop.
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