This website requires JavaScript.
Explore
Help
Register
Sign in
bida
/
bastodon
Watch
6
Star
0
Fork
You've already forked bastodon
0
Code
Issues
7
Pull requests
Releases
Wiki
Activity
1e243e2df7
bastodon
/
spec
/
models
/
list_account_spec.rb
7 lines
89 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable Style/FrozenStringLiteralComment for specs (#23790)
2023-02-22 01:55:31 +01: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-18 00:16:48 +01:00
require
'rails_helper'
Fix RSpec/InferredSpecType cop (#24736)
2023-05-04 05:49:53 +02:00
RSpec
.
describe
ListAccount
do
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-18 00:16:48 +01:00
end
Reference in a new issue
Copy permalink