derp beforeEach

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

View File

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