This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
vt-social
mirror of
https://github.com/nullptr-live/vt-social.git
Watch
1
Star
0
Fork
You've already forked vt-social
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e7c3e55874
vt-social
/
spec
/
models
/
list_spec.rb
7 lines
96 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable Style/FrozenStringLiteralComment for specs (#23790)
2023-02-22 00:55:31 +00:00
# frozen_string_literal: true
Lists (#5703) * Add structure for lists * Add list timeline streaming API * Add list APIs, bind list-account relation to follow relation * Add API for adding/removing accounts from lists * Add pagination to lists API * Add pagination to list accounts API * Adjust scopes for new APIs - Creating and modifying lists merely requires "write" scope - Fetching information about lists merely requires "read" scope * Add test for wrong user context on list timeline * Clean up tests
2017-11-17 23:16:48 +00:00
require
'rails_helper'
RSpec
.
describe
List
,
type
:
:model
do
end