import com.sirenian.hellbound.outcomes.TheGlyphShouldBeCentredAtTheTopOfThePit;
public class TheFirstGlyphIsDisplayedOnTheBoard extends HellboundScenario {
public void specifySteps() {
given(new HellboundIsRunning());
when(new ThePlayerStartsTheGame());
then(new TheGlyphShouldBeCentredAtTheTopOfThePit());
}