diff --git a/test/simple-mocha.spec.js b/test/simple-mocha.spec.js index 7196831..04f9b1b 100644 --- a/test/simple-mocha.spec.js +++ b/test/simple-mocha.spec.js @@ -34,5 +34,11 @@ describe( 'Simple before block + it s ', function(){ assert( firsDescribeBlock.beforeFn ); }); + + + it( 'child describeBlock should parse it blocks', function(){ + assert.equal( firsDescribeBlock.its.length, 2 ); + }); + }); })