Skip to content

Bump puma from 37d80d3 to 2482fac #1449

Bump puma from 37d80d3 to 2482fac

Bump puma from 37d80d3 to 2482fac #1449

Triggered via push October 28, 2024 18:04
Status Success
Total duration 1m 19s
Artifacts

ruby.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L17
/users GET /index renders a successful response 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#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#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#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
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