add 'loginAs' to bookmarklet spec

This commit is contained in:
Florian Staudacher 2014-05-18 23:37:59 +02:00
parent bdaa32e70d
commit 46e3c5a870

View file

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