remove moderator status posts from best feed

This commit is contained in:
Sam
2013-05-22 15:04:30 +10:00
parent 519bec6b04
commit c4d8085fc5
4 changed files with 11 additions and 4 deletions

View File

@ -2,8 +2,6 @@ require 'spec_helper'
describe TopicsController do
context 'move_posts' do
it 'needs you to be logged in' do
lambda { xhr :post, :move_posts, topic_id: 111, title: 'blah', post_ids: [1,2,3] }.should raise_error(Discourse::NotLoggedIn)