Merge pull request #535 from strongloop/cleanup/wording-in-update-test
Fix wording in update test
This commit is contained in:
commit
d64d35faf0
|
@ -1022,7 +1022,7 @@ describe('manipulation', function () {
|
||||||
Person.updateAll.should.be.a.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) {
|
beforeEach(function deleteFixtures(done) {
|
||||||
Person.destroyAll(done);
|
Person.destroyAll(done);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue