Fix wording in update test

This commit is contained in:
Simon Ho 2015-03-24 11:46:43 -07:00
parent 58e7c4e90b
commit 8467243e63
1 changed files with 1 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ describe('manipulation', function () {
Person.updateAll.should.be.a.Function;
});
describe('with existing instances in the database', function() {
describe('with multiple instances in the database', function() {
beforeEach(function deleteFixtures(done) {
Person.destroyAll(done);
});