FIX: Recursion with a computed property that was pointing to itself.

This commit is contained in:
Robin Ward
2014-06-04 16:33:22 -04:00
parent d46fc79344
commit 411985de3b
4 changed files with 1 additions and 9 deletions

View File

@ -12,8 +12,6 @@ test("Default List", function() {
test("List one Category", function() {
expect(2);
this.stub(Discourse.User, "current").returns(null);
visit("/category/bug").then(function() {
ok(exists("#topic-list"), "The list of topics was rendered");
ok(exists('#topic-list .topic-list-item'), "has topics");