osem-fcy/spec/controllers/admin
Ana María Martínez Gómez d1180e2767
Use keyword arguments in tests
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.
2019-05-14 14:10:36 +02:00
..
booths_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
cfps_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
comments_controller_spec.rb Create a factory for organizer 2019-03-18 23:16:15 +01:00
conferences_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
event_schedules_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
events_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
organizations_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
programs_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
registration_periods_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
reports_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
roles_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
rooms_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
schedules_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
sponsorship_levels_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
ticket_scannings_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
tracks_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
users_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
versions_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00