Fix #1639 logs error in mocha phantom js

This commit is contained in:
Nicolas Le Goff
2014-02-13 11:49:46 +01:00
parent db1a23fe34
commit fe2300e6ca
3 changed files with 16 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ define([
$("body").append(fixtures.read('admin/fields/dom', 'admin/fields/templates'));
var sbasId = 1;
App.initialize();
App.create();
describe("Admin field", function () {
describe("Initialization", function () {