unset any stream that might be left over from earlier specs
This commit is contained in:
parent
46e3c5a870
commit
693ded8298
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ describe('app.views.Bookmarklet', function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
|
app.stream = null; // avoid rendering posts
|
||||||
loginAs({name: "alice", avatar : {small : "http://avatar.com/photo.jpg"}});
|
loginAs({name: "alice", avatar : {small : "http://avatar.com/photo.jpg"}});
|
||||||
spec.loadFixture('bookmarklet');
|
spec.loadFixture('bookmarklet');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue