add more info to rss feeds

This commit is contained in:
Alexander
2013-12-15 01:17:39 -08:00
parent 1145e4bfd9
commit d93e4fc65d
5 changed files with 46 additions and 31 deletions

View File

@ -742,13 +742,6 @@ describe Post do
end
describe '#readable_author' do
it 'delegates to the associated user' do
User.any_instance.expects(:readable_name)
Fabricate(:post).author_readable
end
end
describe 'urls' do
it 'no-ops for empty list' do
Post.urls([]).should == {}