Set expected run test to true

This commit is contained in:
Nicolas Le Goff
2013-05-06 12:23:42 +02:00
committed by Romain Neutron
parent 1ff4e4060b
commit 7199d38ab3

View File

@@ -1,5 +1,5 @@
define(function(require) {
it('should run', function () {
expect(true).to.equal(false);
expect(true).to.equal(true);
});
});