Merge pull request #2136 from xaka/patch-3

test(navBackButton): remove redundant `should` word from test case description
This commit is contained in:
Adam Bradley
2014-09-03 22:35:31 -05:00

View File

@@ -20,7 +20,7 @@ describe('ionNavBackButton directive', function() {
}).toThrow();
}));
it('should should have class', function() {
it('should have class', function() {
var el = setup();
expect(el.hasClass('button back-button')).toBe(true);
});