0
0
Fork 0

Removing some unused gems, adding pagination to profiles, fix #10

This commit is contained in:
Eugen Rochko 2016-03-19 12:49:34 +01:00
parent d4892ace62
commit c349200761
8 changed files with 79 additions and 11 deletions

View file

@ -16,4 +16,12 @@ RSpec.describe StreamEntriesHelper, type: :helper do
describe '#relative_time' do
pending
end
describe '#reblogged_by_me_class' do
pending
end
describe '#favourited_by_me_class' do
pending
end
end