diff options
author | ThibG <thib@sitedethib.com> | 2020-01-11 21:36:53 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-11 21:36:53 +0100 |
commit | 57e2833f6a34c78c933b2941305eac8995c115e8 (patch) | |
tree | 2d5468efffb6e3212642591632ef39acd5fc6d79 /spec/models | |
parent | 6ecc16de918494d295c080c448e719636352bff9 (diff) |
Remove dependency on OStatus2 gem (#12822)
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/account_spec.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/models/account_spec.rb b/spec/models/account_spec.rb index 3cca9b343..4266122b2 100644 --- a/spec/models/account_spec.rb +++ b/spec/models/account_spec.rb @@ -215,13 +215,6 @@ RSpec.describe Account, type: :model do end end - describe '#subscription' do - it 'returns an OStatus subscription' do - account = Fabricate(:account) - expect(account.subscription('')).to be_instance_of OStatus2::Subscription - end - end - describe '#object_type' do it 'is always a person' do account = Fabricate(:account) |