then(new TheGlyphShouldMoveRight());
when(new ThePlayerPressesTheLeftKey());
then(new TheGlyphShouldBeCentredAtTheTopOfThePit());
when(new ThePlayerPressesTheDownKey());
then(new TheGlyphShouldMoveDownwards());
then(new TheHeartbeatShouldBeSkipped());
}