changed to before all

This commit is contained in:
Barış Soner Uşaklı
2015-03-02 16:28:03 -05:00
parent e8644dac26
commit 0fdaaadae5

View File

@@ -12,7 +12,7 @@ describe('Hash methods', function() {
age: 99
};
before(function(done) {
beforeAll(function(done) {
db.setObject('hashTestObject', testData, done);
});