mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 12:14:36 +08:00
add more info to rss feeds
This commit is contained in:
@ -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 == {}
|
||||
|
Reference in New Issue
Block a user