0
0
Fork 0

Fix #13, Atom feeds now contain formatted post content

This commit is contained in:
Eugen Rochko 2016-03-19 00:16:04 +01:00
parent 580b91c387
commit 071f64d317
5 changed files with 34 additions and 13 deletions

View file

@ -28,4 +28,8 @@ RSpec.describe ApplicationHelper, type: :helper do
expect(helper.local_id?('tag:foreign.tld;objectId=12:objectType=Status')).to be false
end
end
describe '#linkify' do
pending
end
end