This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
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.
3418
Commits
2
Branches
112 MiB
Tree:
4ce1540094
closed-social-v3
master
v0.1.2
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '4ce1540094'
${ noResults }
mastodon_neko
/
spec
/
fabricators
/
status_fabricator.rb
4 lines
73 B
Raw
Normal View
History
Adding a bunch of tests
8 years ago
Add specs for PostStatusService This implements all pending specs, and adds additional coverage for the following functionality: * Normal status creation * Creating a reply status * Creating a sensitive status * Creating a status with spoiler text * A status with no spoiler text gets an empty string for spoiler text * Creating a status with custom visibility * Creating a status for an application * Processing mentions * Processing Hashtags * Pinging PuSH hubs * Crawling links * Attaching media
7 years ago
Adding a bunch of tests
8 years ago
Fabricator
(
:status
)
do
account
text
"
Lorem ipsum dolor sit amet
"
end