Fix tests
This commit is contained in:
parent
6deb9f966e
commit
6426819b6f
6 changed files with 18 additions and 6 deletions
|
@ -7,4 +7,4 @@ node(:avatar) { |account| asset_url(account.avatar.url(:large, false))
|
|||
node(:followers_count) { |account| account.followers.count }
|
||||
node(:following_count) { |account| account.following.count }
|
||||
node(:statuses_count) { |account| account.statuses.count }
|
||||
node(:following) { |account| current_user.account.following?(account) }
|
||||
node(:following) { |account| current_account.following?(account) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue