This website requires JavaScript.
Explore
Help
Sign In
monorail
/
mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a345eb44fc
mastodon
/
spec
/
fabricators
/
account_fabricator.rb
4 lines
81 B
Ruby
Raw
Normal View
History
Unescape
Escape
Adding a bunch of tests
2016-02-26 14:28:08 +00:00
Fabricator
(
:account
)
do
add more tests to models
2017-04-04 22:29:56 +00:00
username
{
Faker
::
Internet
.
user_name
(
nil
,
%w(
_
)
)
}
Adding a bunch of tests
2016-02-26 14:28:08 +00:00
end