diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-19 00:16:04 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-19 00:16:04 +0100 |
commit | 071f64d317408b556c4f85e2f2abd80fe815de8b (patch) | |
tree | 7cf5fe781a674c637c0a999b37551b27613aebdb /spec | |
parent | 580b91c38740620488816755a5ccb2ec16ff8b1c (diff) |
Fix #13, Atom feeds now contain formatted post content
Diffstat (limited to 'spec')
-rw-r--r-- | spec/helpers/application_helper_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb index c19f636ca..ca38c792c 100644 --- a/spec/helpers/application_helper_spec.rb +++ b/spec/helpers/application_helper_spec.rb @@ -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 |