Fix tests

This commit is contained in:
Nicolas Le Goff
2013-06-17 12:17:44 +02:00
parent 164d012437
commit c509a1bf47
4 changed files with 16 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
define([
'chai',
'common/validator'
'common/forms/validator'
], function(chai, Validator) {
var expect = chai.expect;
var assert = chai.assert;