Update profile information and download avatar of remote accounts
This commit is contained in:
@@ -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