Bundle update #952
Annotations
12 warnings
rspec
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
rspec
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
rspec:
spec/components/process_component_spec.rb#L6
ProcessComponent add some examples to (or delete) /home/runner/work/plex_the_ripper/plex_the_ripper/spec/components/process_component_spec.rb
Skipped: Not yet implemented
|
rspec:
spec/routing/config/the_movie_dbs_routing_spec.rb#L6
Config::TheMovieDbsController add some examples to (or delete) /home/runner/work/plex_the_ripper/plex_the_ripper/spec/routing/config/the_movie_dbs_routing_spec.rb
Skipped: Not yet implemented
|
rspec:
spec/requests/disks_request_spec.rb#L6
Disks add some examples to (or delete) /home/runner/work/plex_the_ripper/plex_the_ripper/spec/requests/disks_request_spec.rb
Skipped: Not yet implemented
|
rspec:
spec/channels/video_progress_channel_spec.rb#L6
VideoProgressChannel add some examples to (or delete) /home/runner/work/plex_the_ripper/plex_the_ripper/spec/channels/video_progress_channel_spec.rb
Skipped: Not yet implemented
|
rspec:
spec/requests/users_spec.rb#L40
/users GET /edit render a successful response
Skipped: Add a hash of attributes valid for your model
|
rspec:
spec/requests/users_spec.rb#L97
/users PATCH /update with invalid parameters renders a successful response (i.e. to display the 'edit' template)
Skipped: Add a hash of attributes valid for your model
|
rspec:
spec/requests/users_spec.rb#L88
/users PATCH /update with valid parameters redirects to the user
Skipped: Add a hash of attributes valid for your model
|
rspec:
spec/requests/users_spec.rb#L81
/users PATCH /update with valid parameters updates the requested user
Skipped: Add a hash of attributes valid for your model
|
rspec:
spec/requests/users_spec.rb#L62
/users POST /create with invalid parameters does not create a new User
Skipped: Add a hash of attributes invalid for your model
|
rspec:
spec/requests/users_spec.rb#L68
/users POST /create with invalid parameters renders a successful response (i.e. to display the 'new' template)
Skipped: Add a hash of attributes invalid for your model
|