diff options
| author | Andres Ornelas | 2010-06-09 12:35:40 -0700 |
|---|---|---|
| committer | Andres Ornelas | 2010-06-09 12:35:40 -0700 |
| commit | fe03ea0d1f8814817bee5a35d745db16858eb490 (patch) | |
| tree | 4a230103a90944c0ea05c09f59fca06018cb9ef7 /test/scenario/RunnerSpec.js | |
| parent | cb5d21192787985bbff20b369e885639de253345 (diff) | |
| download | angular.js-fe03ea0d1f8814817bee5a35d745db16858eb490.tar.bz2 | |
add repeater DSL and fix typo
Diffstat (limited to 'test/scenario/RunnerSpec.js')
| -rw-r--r-- | test/scenario/RunnerSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario/RunnerSpec.js b/test/scenario/RunnerSpec.js index 35d74f51..030bdc06 100644 --- a/test/scenario/RunnerSpec.js +++ b/test/scenario/RunnerSpec.js @@ -36,7 +36,7 @@ describe('Runner', function(){ expect(spec.name).toEqual('describe name: it should text'); }); - it('should camplain on duplicate it', angular.noop); + it('should complain on duplicate it', angular.noop); it('should create a failing step if there is a javascript error', function(){ var spec; Describe('D1', function(){ |
