I don't think it is necessary. You can still use the same syntax with Rails 4 and Rails 5, you will only see deprecations warnings, and I believe it is acceptable in this case.
On Thu, Jan 7, 2016 at 4:33 PM Prem Sichanugrist <[email protected]> wrote: > I think that might be a good idea. > > Do you mind creating an issue and ping @sikachu on it? Or, do you want to > take a crack at it? I might be able to look at this tomorrow. > > -Prem > > On Jan 7, 2016, at 11:23 AM, Markus D. <[email protected]> wrote: > > +1 Would really ease transition to Rails 5 if I could write my tests the > new way already in Rails 4. > > Am Freitag, 12. Juni 2015 04:10:33 UTC+2 schrieb Victor Costan: >> >> I'm trying to add Rails 5 support to an engine which (among other things) >> has a generator for controller tests. >> >> I've ran into the keyword arguments deprecation warning at the bottom of >> this e-mail, and I'm in a bind now. If I use keyword arguments to get rid >> of the warnings, I lose Rails 4 compatibility. >> >> So far, I've managed to write tests that work in current Rails and >> previous Rails, and I hope I'll be able to do that in the future. Is there >> any chance that the keyword arguments will be backported to Rails 4 via a >> gem, like strong_parameters were backported to Rails 3? >> >> Thank you, >> Victor >> >> >> >> DEPRECATION WARNING: ActionController::TestCase HTTP request methods will >> accept only >> keyword arguments in future Rails versions. >> >> Examples: >> >> get :show, params: { id: 1 }, session: { user_id: 1 } >> process :update, method: :post, params: { id: 1 } >> >> > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/rubyonrails-core. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/rubyonrails-core. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
