I recently upgraded to RubyMine 2016.1, and have noticed that the assert_select
method in minitest is marked as deprecated.
Here is the warning I get,
'Rails::Dom::Testing::Assertions::SelectorAssertions.assert_select' call is deprecated less... (⌘F1)
This inspection warns about features that were deprecated in Rails 3.0 and will be removed in future versions.
Is this true? I can't find any clear information to corroborate this. Can anyone clarify if this is just a bug in RubyMine, or if it is actually being deprecated?