Fix order-dependence bug in single_post_interactions_spec.js
This was only passing when run after a loginAs from another spec.
This commit is contained in:
parent
f85135f726
commit
f4234fa3a0
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
describe("app.views.SinglePostInteractions", function() {
|
||||
beforeEach(function() {
|
||||
loginAs({name: "alice", avatar : {small : "http://avatar.com/photo.jpg"}});
|
||||
this.post = factory.post();
|
||||
this.view = new app.views.SinglePostInteractions({model: this.post});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue