public void ShouldValidateNestedDescribe()
        {
            var specification = new TestSpecificationWithNestedDescribe();
            var result = specification.BuildExpression();

            result.Examples.Should().HaveCount(2);
        }
        public void ShouldValidateNestedDescribe()
        {
            var specification = new TestSpecificationWithNestedDescribe();
            var result        = specification.BuildExpression();

            result.Examples.Should().HaveCount(2);
        }