Fix tests
This commit is contained in:
parent
b0c59233f3
commit
1fa722624e
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
describe("Fixtures", function() {
|
describe("Fixtures", function() {
|
||||||
before(function(done) {
|
before(function(done) {
|
||||||
Whisper.Fixtures.saveAll().then(done);
|
Whisper.Fixtures.saveAll().then(function() {
|
||||||
|
done();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
it('renders', function(done) {
|
it('renders', function(done) {
|
||||||
ConversationController.updateInbox().then(function() {
|
ConversationController.updateInbox().then(function() {
|
||||||
|
|
Loading…
Reference in a new issue