Skip to content

Bump puma from 37d80d3 to 366b6b5 #1447

Bump puma from 37d80d3 to 366b6b5

Bump puma from 37d80d3 to 366b6b5 #1447

Triggered via push October 24, 2024 18:40
Status Success
Total duration 1m 22s
Artifacts

ruby.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
rspec: spec/requests/users_spec.rb#L17
/users GET /index renders a successful response 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#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#L25
/users GET /show renders a successful response Skipped: Add a hash of attributes valid for your model
rspec: spec/requests/users_spec.rb#L113
/users DELETE /destroy redirects to the users list Skipped: Add a hash of attributes valid for your model
rspec: spec/requests/users_spec.rb#L106
/users DELETE /destroy destroys the requested 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#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#L55
/users POST /create with valid parameters redirects to the created user Skipped: Add a hash of attributes valid for your model