This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cybre-space
mirror of
https://cybre.tech/cybrespace/mastodon.git
Watch
1
Star
0
Fork
You've already forked cybre-space
0
Code
Releases
Activity
ab7291b8fe
cybre-space
/
spec
/
helpers
/
api
/
media_helper_spec.rb
6 lines
79 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add API to upload media attachments
2016-09-05 16:46:36 +01:00
require
'rails_helper'
RSpec
.
describe
Api
::
MediaHelper
,
type
:
:helper
do
PostStatusService can attach media to status, ProcessFeedService likewise
2016-09-05 17:39:53 +01:00
Add API to upload media attachments
2016-09-05 16:46:36 +01:00
end