Remove dependency on OStatus2 gem (#12822)
This commit is contained in:
parent
6ecc16de91
commit
57e2833f6a
4 changed files with 0 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue