add 'loginAs' to bookmarklet spec
This commit is contained in:
parent
bdaa32e70d
commit
46e3c5a870
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ describe('app.views.Bookmarklet', function() {
|
|||
};
|
||||
|
||||
beforeEach(function() {
|
||||
loginAs({name: "alice", avatar : {small : "http://avatar.com/photo.jpg"}});
|
||||
spec.loadFixture('bookmarklet');
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue