diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-04-11 13:32:02 -0400 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-11 19:32:02 +0200 |
commit | e60286a344a8ce9aae96ec36ae60e3dcd582efba (patch) | |
tree | e854c51d54a65ebcb0be9567ff130dbc29a1b8a8 /spec | |
parent | 53850bce9396b15c432ac808647a26b204f55db7 (diff) |
Remove unused methods from StreamEntriesHelper (#1365)
Removes: - avatar_for_status_url - relative_time - reblogged_by_me_class - favourited_by_me_class
Diffstat (limited to 'spec')
-rw-r--r-- | spec/helpers/stream_entries_helper_spec.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/spec/helpers/stream_entries_helper_spec.rb b/spec/helpers/stream_entries_helper_spec.rb index 221e1e32d..a83133917 100644 --- a/spec/helpers/stream_entries_helper_spec.rb +++ b/spec/helpers/stream_entries_helper_spec.rb @@ -15,23 +15,7 @@ RSpec.describe StreamEntriesHelper, type: :helper do end end - describe '#avatar_for_status_url' do - pending - end - describe '#entry_classes' do pending end - - describe '#relative_time' do - pending - end - - describe '#reblogged_by_me_class' do - pending - end - - describe '#favourited_by_me_class' do - pending - end end |