Add home login views tests

This commit is contained in:
Nicolas Le Goff
2013-06-11 15:13:25 +02:00
parent 39be3c7b1f
commit 1338475893
9 changed files with 183 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ define([
App.initialize();
describe("Application", function() {
describe("Admin field", function() {
describe("Initialization", function() {
it("should create a global variable", function() {
should.exist(AdminFieldApp);