diff options
| author | Igor Minar | 2010-11-06 23:41:22 -0700 | 
|---|---|---|
| committer | Igor Minar | 2010-11-08 22:46:41 -0800 | 
| commit | 1c305dc67a73b8096132c709ee1a2f83879aab98 (patch) | |
| tree | b6ab82f47f485b826f4f09a41a25e11d32963b3b /test/FiltersSpec.js | |
| parent | a3976455379cef41345a04bc91cfcf6d848aa609 (diff) | |
| download | angular.js-1c305dc67a73b8096132c709ee1a2f83879aab98.tar.bz2 | |
fixing spec description for the date filter
Diffstat (limited to 'test/FiltersSpec.js')
| -rw-r--r-- | test/FiltersSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/FiltersSpec.js b/test/FiltersSpec.js index ba66e0b3..ddbac273 100644 --- a/test/FiltersSpec.js +++ b/test/FiltersSpec.js @@ -115,7 +115,7 @@ describe('filter', function(){        expect(filter.date(noon.getTime() + "")).toEqual(noon.toLocaleDateString());      }); -    it('should accept format', function() { +    it('should accept various format strings', function() {        expect(filter.date(morning, "yy-MM-dd HH:mm:ss")).                             toEqual('10-09-03 07:05:08'); | 
