FIX: Errors with summary views and placeholders

This commit is contained in:
Robin Ward
2015-12-04 15:03:19 -05:00
parent 4c0670a109
commit 5be3bf80eb
5 changed files with 26 additions and 28 deletions

View File

@@ -135,6 +135,7 @@ 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);