Update profile information and download avatar of remote accounts
This commit is contained in:
parent
2825991e09
commit
ad5ae3f60e
9 changed files with 87 additions and 18 deletions
|
@ -1,5 +1,27 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe ProfileHelper, type: :helper do
|
||||
describe '#display_name' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#profile_url' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#status_url' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#avatar_for_status_url' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#entry_classes' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#relative_time' do
|
||||
pending
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue