about summary refs log tree commit diff
path: root/spec/helpers/application_helper_spec.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-19 00:16:04 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-19 00:16:04 +0100
commit071f64d317408b556c4f85e2f2abd80fe815de8b (patch)
tree7cf5fe781a674c637c0a999b37551b27613aebdb /spec/helpers/application_helper_spec.rb
parent580b91c38740620488816755a5ccb2ec16ff8b1c (diff)
Fix #13, Atom feeds now contain formatted post content
Diffstat (limited to 'spec/helpers/application_helper_spec.rb')
-rw-r--r--spec/helpers/application_helper_spec.rb4
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