This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-02-22 07:00:20 -08:00
|
|
|
require 'rails_helper'
|
|
|
|
|
2016-02-29 10:42:08 -08:00
|
|
|
RSpec.describe StreamEntriesHelper, type: :helper do
|
2016-02-28 05:26:26 -08:00
|
|
|
describe '#display_name' do
|
|
|
|
pending
|
|
|
|
end
|
2016-02-26 06:28:08 -08:00
|
|
|
|
2016-02-28 05:26:26 -08:00
|
|
|
describe '#avatar_for_status_url' do
|
|
|
|
pending
|
|
|
|
end
|
|
|
|
|
|
|
|
describe '#entry_classes' do
|
|
|
|
pending
|
|
|
|
end
|
|
|
|
|
|
|
|
describe '#relative_time' do
|
|
|
|
pending
|
|
|
|
end
|
2016-03-19 04:49:34 -07:00
|
|
|
|
|
|
|
describe '#reblogged_by_me_class' do
|
|
|
|
pending
|
|
|
|
end
|
|
|
|
|
|
|
|
describe '#favourited_by_me_class' do
|
|
|
|
pending
|
|
|
|
end
|
2016-02-22 07:00:20 -08:00
|
|
|
end
|