Fix subscriptions:clear task, refactor feeds, refactor streamable activites
and atom feed generation to some extent, as well as the way mentions are stored
This commit is contained in:
parent
9594f0e858
commit
a08e724476
24 changed files with 219 additions and 234 deletions
|
@ -96,18 +96,6 @@ RSpec.describe Account, type: :model do
|
|||
end
|
||||
end
|
||||
|
||||
describe '#title' do
|
||||
it 'is the same as the username' do
|
||||
expect(subject.title).to eql subject.username
|
||||
end
|
||||
end
|
||||
|
||||
describe '#content' do
|
||||
it 'is the same as the note' do
|
||||
expect(subject.content).to eql subject.note
|
||||
end
|
||||
end
|
||||
|
||||
describe '#ping!' do
|
||||
pending
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue