Fix another order-dependent failure in router_spec.js
This commit is contained in:
parent
692f5fdafb
commit
cb774d1c50
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ describe('app.Router', function () {
|
||||||
loginAs({name: "alice"});
|
loginAs({name: "alice"});
|
||||||
factory.preloads({tagFollowings: []});
|
factory.preloads({tagFollowings: []});
|
||||||
spec.loadFixture("aspects_index");
|
spec.loadFixture("aspects_index");
|
||||||
|
app.publisher = new app.views.Publisher({standalone: true});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('decodes name before passing it into TagFollowingAction', function () {
|
it('decodes name before passing it into TagFollowingAction', function () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue