2016-02-23 02:00:20 +11:00
|
|
|
require 'rails_helper'
|
|
|
|
|
2016-03-01 05:42:08 +11:00
|
|
|
RSpec.describe StreamEntriesHelper, type: :helper do
|
2016-02-29 00:26:26 +11:00
|
|
|
describe '#display_name' do
|
|
|
|
pending
|
|
|
|
end
|
2016-02-27 01:28:08 +11:00
|
|
|
|
2016-02-29 00:26:26 +11:00
|
|
|
describe '#avatar_for_status_url' do
|
|
|
|
pending
|
|
|
|
end
|
|
|
|
|
|
|
|
describe '#entry_classes' do
|
|
|
|
pending
|
|
|
|
end
|
|
|
|
|
|
|
|
describe '#relative_time' do
|
|
|
|
pending
|
|
|
|
end
|
2016-02-23 02:00:20 +11:00
|
|
|
end
|