osem-fcy/spec/controllers
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
..
admin Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
api/v1 Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
users Rubocop autocorrections 2018-11-16 09:06:05 -08:00
application_controller_spec.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
booths_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
conference_registration_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
conferences_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
confirmations_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
physical_ticket_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
proposals_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
subscriptions_controller_spec.rb Use keyword arguments in tests 2019-05-14 14:10:36 +02:00
surveys_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