This website requires JavaScript.
Explore
Help
Sign In
cybrespace
/
mastodon
Watch
4
Star
3
Fork
You've already forked mastodon
3
Code
Issues
7
Pull Requests
Releases
Activity
1f18cf97b5
mastodon
/
spec
/
helpers
/
api
/
accounts
/
lookup_helper_spec.rb
6 lines
90 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fix text color in dashboard inputs, sanitize remote status content in UI, simplify FanOutOnWriteService, add /api/accounts/lookup method
2016-03-21 17:02:16 +01:00
require
'rails_helper'
RSpec
.
describe
Api
::
Accounts
::
LookupHelper
,
type
:
:helper
do
PostStatusService can attach media to status, ProcessFeedService likewise
2016-09-05 18:39:53 +02:00
Fix text color in dashboard inputs, sanitize remote status content in UI, simplify FanOutOnWriteService, add /api/accounts/lookup method
2016-03-21 17:02:16 +01:00
end