This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
tootlab-mastodon
mirror of
https://github.com/glitch-soc/mastodon.git
Watch
1
Star
0
Fork
You've already forked tootlab-mastodon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c1be1ac7c6
tootlab-mastodon
/
spec
/
models
/
media_attachment_spec.rb
6 lines
77 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add API to upload media attachments
2016-09-05 11:46:36 -04:00
require
'rails_helper'
RSpec
.
describe
MediaAttachment
,
type
:
:model
do
Refactored generation of unique tags, URIs and object URLs into own classes, as well as formatting of content
2016-09-09 14:04:34 -04:00
Add API to upload media attachments
2016-09-05 11:46:36 -04:00
end