Update profile information and download avatar of remote accounts
This commit is contained in:
@ -112,4 +112,12 @@ RSpec.describe AtomHelper, type: :helper do
|
||||
describe '#include_entry' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#link_avatar' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#logo' do
|
||||
pending
|
||||
end
|
||||
end
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user