about summary refs log tree commit diff
path: root/spec/helpers/stream_entries_helper_spec.rb
AgeCommit message (Collapse)Author
2017-04-13Remove pending specs for methods that dont exist (#1658)Matt Jankowski
* Remote spec for non-existent entry_classes helper method This method no longer exists, and is handled by a local variable in a partial instead. * Remove spec for non-existent Account#ping! method
2017-04-11Remove unused methods from StreamEntriesHelper (#1365)Matt Jankowski
Removes: - avatar_for_status_url - relative_time - reblogged_by_me_class - favourited_by_me_class
2017-04-09Helper cleanup (#1348)Matt Jankowski
* Remove unused helper files * Add coverage for application helper * Add coverage for StreamEntriesHelper #display_name
2016-03-19Removing some unused gems, adding pagination to profiles, fix #10Eugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko