Address disk title no longer double up if provide (#494) #1466
Annotations
10 warnings
rspec:
spec/helpers/episodes_helper_spec.rb#L16
EpisodesHelper add some examples to (or delete) /home/runner/work/plex_the_ripper/plex_the_ripper/spec/helpers/episodes_helper_spec.rb
Skipped: Not yet implemented
|
rspec:
spec/requests/users_spec.rb#L55
/users POST /create with valid parameters redirects to the created user
Skipped: Add a hash of attributes valid for your model
|
rspec:
spec/requests/users_spec.rb#L49
/users POST /create with valid parameters creates a new 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
|
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#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#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#L40
/users GET /edit render a successful response
Skipped: Add a hash of attributes valid for your model
|
rspec:
spec/requests/users_spec.rb#L17
/users GET /index renders a successful response
Skipped: Add a hash of attributes valid for your model
|