fixing spec description for the date filter

This commit is contained in:
Igor Minar 2010-11-06 23:41:22 -07:00
parent a397645537
commit 1c305dc67a

View file

@ -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');