Files
nairobi/spec/controllers
Julian Herrero bb25da2572 Remove Rspec deprecation warning
DEPRECATION WARNING: Using positional arguments in functional tests
has been deprecated, in favor of keyword arguments, and will be
removed in Rails 5.1.

Deprecated style:
get :show, { id: 1 }, nil, { notice: "Flash message" }

New keyword style:
get :show, params: { id: 1 }, flash: { notice: "Flash message" }
2019-05-23 13:19:45 +02:00
..
2019-05-16 13:37:47 +02:00
2019-04-17 17:40:56 +02:00
2019-05-23 13:19:45 +02:00