mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-14 03:55:08 +01:00
19 lines
281 B
Ruby
19 lines
281 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe ProfileHelper, type: :helper do
|
|
describe '#display_name' do
|
|
pending
|
|
end
|
|
|
|
describe '#avatar_for_status_url' do
|
|
pending
|
|
end
|
|
|
|
describe '#entry_classes' do
|
|
pending
|
|
end
|
|
|
|
describe '#relative_time' do
|
|
pending
|
|
end
|
|
end
|