1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-01 16:28:29 +09:00
whippy-edition/spec/helpers/profile_helper_spec.rb

20 lines
281 B
Ruby
Raw Normal View History

2016-02-23 00:00:20 +09:00
require 'rails_helper'
RSpec.describe ProfileHelper, type: :helper do
describe '#display_name' do
pending
end
2016-02-26 23:28:08 +09:00
describe '#avatar_for_status_url' do
pending
end
describe '#entry_classes' do
pending
end
describe '#relative_time' do
pending
end
2016-02-23 00:00:20 +09:00
end