Clean strings.

This commit is contained in:
Lars Jung 2015-04-22 23:45:23 +02:00
parent 88854ad451
commit 41b199c578
7 changed files with 11 additions and 11 deletions

View file

@ -70,7 +70,7 @@ describe('module \'' + ID + '\'', function () {
assert.isUndefined(instance);
});
it('publishes "ready" event', function () {
it('publishes ready event', function () {
this.applyFn();
assert.isTrue(this.xEvent.pub.calledOnce);