From 8fada4fae25592e24f709faff41b0dedf6d5e36f Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 28 Feb 2016 14:33:13 +0100 Subject: When posting a status or reblogging one, ping hubs about the feed update --- spec/models/account_spec.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spec/models/account_spec.rb') 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 -- cgit