diff options
Diffstat (limited to 'test/scenario/dslSpec.js')
| -rw-r--r-- | test/scenario/dslSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/scenario/dslSpec.js b/test/scenario/dslSpec.js index 3fc69c14..a6e80901 100644 --- a/test/scenario/dslSpec.js +++ b/test/scenario/dslSpec.js @@ -212,7 +212,7 @@ describe("angular.scenario.dsl", function() {          expect(_jQuery('[ng\\:model="test"]').val()).toEqual('A');        }); -      it('should select option by name', function(){ +      it('should select option by name', function() {          doc.append(              '<select ng:model="test">' +              '  <option value=A>one</option>' + | 
