This website requires JavaScript.
Explore
Help
Sign In
CloudToys
/
REI-Fixed
Watch
1
Star
0
Fork
0
You've already forked REI-Fixed
Code
4c5aa0e470
REI-Fixed
/
spec
/
models
/
list_spec.rb
7 lines
82 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable Style/FrozenStringLiteralComment for specs (#23790)
2023-02-22 09:55:31 +09: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 08:16:48 +09:00
require
'rails_helper'
Fix RSpec/InferredSpecType cop (#24736)
2023-05-04 12:49:53 +09:00
RSpec
.
describe
List
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 08:16:48 +09:00
end
Copy Permalink