0
0
Fork 0

Add more FeedManager#filter? tests (#2413)

This commit is contained in:
Eugen 2017-04-24 22:37:24 +02:00 committed by GitHub
parent da022e1e4f
commit 338df98ddf
2 changed files with 117 additions and 6 deletions

View file

@ -118,4 +118,12 @@ RSpec.describe Status, type: :model do
expect(subject.proper).to eq other
end
end
describe '#permitted?' do
pending
end
describe '#filter_from_context?' do
pending
end
end