mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Raisl 5.1 removes support for non-keyword arguments in `#process`, `#get`, `#post`, `#patch`, `#put`, `#delete`, and `#head` for the `ActionDispatch::IntegrationTest` and `ActionController::TestCase` classes. This means we have to add `params` everywhere in the controller tests. |
||
|---|---|---|
| .. | ||
| admin | ||
| api/v1 | ||
| users | ||
| application_controller_spec.rb | ||
| booths_controller_spec.rb | ||
| conference_registration_controller_spec.rb | ||
| conferences_controller_spec.rb | ||
| confirmations_controller_spec.rb | ||
| organizations_controller_spec.rb | ||
| physical_ticket_controller_spec.rb | ||
| proposals_controller_spec.rb | ||
| schedules_controller_spec.rb | ||
| subscriptions_controller_spec.rb | ||
| surveys_controller_spec.rb | ||
| tracks_controller_spec.rb | ||
| users_controller_spec.rb | ||