diff options
Diffstat (limited to 'test/scenario/RunnerSpec.js')
| -rw-r--r-- | test/scenario/RunnerSpec.js | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/test/scenario/RunnerSpec.js b/test/scenario/RunnerSpec.js index bd7c0599..2883ab7c 100644 --- a/test/scenario/RunnerSpec.js +++ b/test/scenario/RunnerSpec.js @@ -31,6 +31,9 @@ describe('Runner', function(){          expect(spec.steps).toEqual([]);          expect(spec.name).toEqual('describe name: it should text');        }); + +      it('should camplain on duplicate it', angular.noop); +      });    }); | 
