bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 351 forks source link

Remove tests for versions before Rails 5.2 #672

Closed lcreid closed 1 year ago

lcreid commented 1 year ago

Some tests were only run for versions of Rails that we're no longer testing against. This PR removes them. Some tests were only run for versions 5.2 and greater. This PR removes the conditionals around those tests, since we don't test against those older versions anymore.