From 2038fc59b8a4aa0e34a4f39229a090ebad72fee8 Mon Sep 17 00:00:00 2001 From: Oleg Date: Sun, 1 Dec 2019 16:22:02 -0500 Subject: [PATCH] fix for sure --- test/comfy_bootstrap_form/view_helpers_test.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/comfy_bootstrap_form/view_helpers_test.rb b/test/comfy_bootstrap_form/view_helpers_test.rb index 6d07cf1..c70c712 100644 --- a/test/comfy_bootstrap_form/view_helpers_test.rb +++ b/test/comfy_bootstrap_form/view_helpers_test.rb @@ -8,11 +8,11 @@ class ViewHelpersTest < ActionView::TestCase # Rails 6 doesn't use utf8 input anymore def utf8_input - return if Rails.version > "5.2" - - <<~HTML - - HTML + if Rails.version < "6.0.0" + <<~HTML + + HTML + end end def test_bootstrap_form_with