FIX: select posts

This commit is contained in:
Régis Hanol
2015-05-12 12:54:28 +02:00
parent ab80240900
commit ff227eabe6
9 changed files with 31 additions and 39 deletions

View File

@ -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 () {