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

@ -109,7 +109,7 @@ describe('module \'' + ID + '\'', function () {
var labels = data.slice(0, -1);
var exp = data.slice(-1)[0];
it(String(labels) + ' => \'' + exp + '\'', function () {
it(labels + ' => ' + exp, function () {
this.xSettings.title.enabled = true;