Fix another order-dependent failure in router_spec.js

This commit is contained in:
Sage Ross 2022-01-15 18:27:03 -08:00 committed by Benjamin Neff
parent 692f5fdafb
commit cb774d1c50
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -9,6 +9,7 @@ describe('app.Router', function () {
loginAs({name: "alice"});
factory.preloads({tagFollowings: []});
spec.loadFixture("aspects_index");
app.publisher = new app.views.Publisher({standalone: true});
});
it('decodes name before passing it into TagFollowingAction', function () {