예제 #1
0
        public void ANewSectionShouldBeDisplayedOnTheSectionIndexPage()
        {
            var sectionExists = _sectionIndexPage.SectionExists(_createSectionModel);

            sectionExists.ShouldBe(true);
        }