unset any stream that might be left over from earlier specs

This commit is contained in:
Florian Staudacher 2014-05-20 20:52:25 +02:00
parent 46e3c5a870
commit 693ded8298

View file

@ -16,6 +16,7 @@ describe('app.views.Bookmarklet', function() {
};
beforeEach(function() {
app.stream = null; // avoid rendering posts
loginAs({name: "alice", avatar : {small : "http://avatar.com/photo.jpg"}});
spec.loadFixture('bookmarklet');
});