2.5.17 Check if database_cleaner gem is still required
> As the transactional fixtures option is already enabled and the project is using System specs instead of Features specs, with a Rails version greater than 5.1, it should not encounter issues when removing the `database_cleaner` gem. > > Related: > - [RSpec 3.7 has been released!](https://rspec.info/blog/2017/10/rspec-3-7-has-been-released/) > - [Is DatabaseCleaner still necessary with Rails system specs?](https://stackoverflow.com/questions/49246124/is-databasecleaner-still-necessary-with-rails-system-specs)
issue