Clean tests.

This commit is contained in:
Lars Jung 2015-04-29 14:28:27 +02:00
parent 70c8364349
commit aa8b9789f7
2 changed files with 1 additions and 7 deletions

View file

@ -19,13 +19,11 @@ describe('module \'' + ID + '\'', function () {
after(function () {
util.restoreHtml();
$('body').removeAttr('id');
});
beforeEach(function () {
util.restoreHtml();
$('body').removeAttr('id');
$('<div id="fallback"/>').appendTo('body');
$('<div id="fallback-hints"/>').appendTo('body');
});