This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
闭社主体 forked from
https://github.com/tootsuite/mastodon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1616
Commits
3
Branches
123 MiB
Tree:
f6e9251054
closed-social-v3
cs+3.4.6
master
v0.1.2
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'f6e9251054'
${ noResults }
closedSocialMastodon
/
spec
/
models
/
media_attachment_spec.rb
5 lines
77 B
Raw
Normal View
History
Add API to upload media attachments
8 years ago
Refactored generation of unique tags, URIs and object URLs into own classes, as well as formatting of content
8 years ago
Add API to upload media attachments
8 years ago
require
'rails_helper'
RSpec
.
describe
MediaAttachment
,
type
:
:model
do
end