This website works better with JavaScript.
Explore
Help
Sign In
MetuFSS
/
metu.life
Watch
2
Star
1
Fork
You've already forked metu.life
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7845
Commits
1
Branch
0
Tags
134 MiB
Tree:
b671b91211
metu.life
/
spec
/
models
/
list_spec.rb
5 lines
65 B
Raw
Normal View
History
Unescape
Escape
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
7 years ago
require
'rails_helper'
RSpec
.
describe
List
,
type
:
:model
do
end