1
0
Fork 0
forked from gitea/nas

Adding more test stubs

This commit is contained in:
Eugen Rochko 2016-03-19 12:13:47 +01:00
parent 66a2107527
commit d4892ace62
13 changed files with 100 additions and 23 deletions

View file

@ -111,4 +111,16 @@ RSpec.describe Account, type: :model do
describe '#ping!' do
pending
end
describe '#favourited?' do
pending
end
describe '#reblogged?' do
pending
end
describe '.find_local' do
pending
end
end