Fix tests
This commit is contained in:
parent
6deb9f966e
commit
6426819b6f
6 changed files with 18 additions and 6 deletions
|
@ -6,8 +6,8 @@ node(:content) { |status| content_for_status(status) }
|
|||
node(:url) { |status| url_for_target(status) }
|
||||
node(:reblogs_count) { |status| status.reblogs_count }
|
||||
node(:favourites_count) { |status| status.favourites_count }
|
||||
node(:favourited) { |status| current_user.account.favourited?(status) }
|
||||
node(:reblogged) { |status| current_user.account.reblogged?(status) }
|
||||
node(:favourited) { |status| current_account.favourited?(status) }
|
||||
node(:reblogged) { |status| current_account.reblogged?(status) }
|
||||
|
||||
child :reblog => :reblog do
|
||||
extends('api/statuses/show')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue