aboutsummaryrefslogtreecommitdiffstats
path: root/test/scenario/RunnerSpec.js
diff options
context:
space:
mode:
authorMisko Hevery2010-05-20 16:55:47 -0700
committerMisko Hevery2010-05-20 16:55:47 -0700
commite3368e12a6207706d8a08b18f9958db3b86ca4e5 (patch)
treef66c8a2fc14e0939722a05352befaa19b4b9fc89 /test/scenario/RunnerSpec.js
parent5215e2095cfd42a0363eb02eded34e03fa2b0cd3 (diff)
downloadangular.js-e3368e12a6207706d8a08b18f9958db3b86ca4e5.tar.bz2
semi working state
Diffstat (limited to 'test/scenario/RunnerSpec.js')
-rw-r--r--test/scenario/RunnerSpec.js3
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);
+
});
});