mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FIX: select posts
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
module("Discourse.SelectedPostsCount");
|
||||
module("SelectedPostsCount");
|
||||
|
||||
import SelectedPostsCount from 'discourse/mixins/selected-posts-count';
|
||||
import Topic from 'discourse/models/topic';
|
||||
|
||||
var buildTestObj = function(params) {
|
||||
return Ember.Object.createWithMixins(Discourse.SelectedPostsCount, params || {});
|
||||
return Ember.Object.createWithMixins(SelectedPostsCount, params || {});
|
||||
};
|
||||
|
||||
test("without selectedPosts", function () {
|
||||
|
Reference in New Issue
Block a user