public void specifySteps() {
given(new ThePlayerDropsTheGlyphIntoAnEmptyPit());
when(new ThePlayerPressesTheDropKey());
then(new TheGlyphShouldFallOntoTheJunk());
when(new TimePasses());
then(new TheGlyphShouldBecomeJunkAndTheNextGlyphShouldAppear(
"...SS.." + NL +
"..SS..." + NL +
"......." + NL +
"......." + NL +
"......." + NL +