about summary refs log tree commit diff
path: root/spec/models
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-02-28 14:33:13 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-02-28 14:33:13 +0100
commit8fada4fae25592e24f709faff41b0dedf6d5e36f (patch)
tree93f79243995ea3c01d9f1979c1b587f938ff2ed3 /spec/models
parentad5ae3f60e5e0745912bfbc0926f6cf8bc6e9eb4 (diff)
When posting a status or reblogging one, ping hubs about the feed update
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/account_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/models/account_spec.rb b/spec/models/account_spec.rb
index a5f24a990..562989335 100644
--- a/spec/models/account_spec.rb
+++ b/spec/models/account_spec.rb
@@ -107,4 +107,8 @@ RSpec.describe Account, type: :model do
       expect(subject.content).to eql subject.note
     end
   end
+
+  describe '#ping!' do
+    pending
+  end
 end