Revert "FIX: Errors with summary views and placeholders"

This reverts commit 5be3bf80eb6fa80740713430c2835a6090a3e2e5.
This commit is contained in:
Robin Ward
2015-12-04 15:59:39 -05:00
parent 6a9f288ab3
commit a51c91ac05
5 changed files with 28 additions and 26 deletions

View File

@ -135,7 +135,6 @@ test('updateFromJson', function() {
});
equal(postStream.get('posts.length'), 1, 'it loaded the posts');
equal(postStream.get('postsWithPlaceholders.length'), 1, 'it loaded the posts');
containsInstance(postStream.get('posts'), Discourse.Post);
equal(postStream.get('extra_property'), 12);