From 67a9a86b1d69367a3270240dad43bc9825ca80a5 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Sat, 5 Jan 2019 11:18:02 +0200 Subject: Test actiontext on Rails 6.0 - config.load_defaults 6.0 in the dummy app and fix the test since by default rails 6.0 configured does not generate "utf8" hidden input, see #32125 - Use `ActiveRecord::Migration[6.0]` in the dummy app since actiontext will be since Rails 6.0 - Fix `CreateActiveStorageTables` migration in the dummy app. Add `t.foreign_key :active_storage_blobs, column: :blob_id` It was added in 2ae3a29508e. - `rails/actiontext$ yarn install` --- actiontext/test/template/form_helper_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actiontext/test/template') diff --git a/actiontext/test/template/form_helper_test.rb b/actiontext/test/template/form_helper_test.rb index 63ef7f0d7e..a8c7a4dae2 100644 --- a/actiontext/test/template/form_helper_test.rb +++ b/actiontext/test/template/form_helper_test.rb @@ -12,7 +12,6 @@ class ActionText::FormHelperTest < ActionView::TestCase assert_dom_equal \ '
' \ - '' \ '' \ '' \ "" \ @@ -27,7 +26,6 @@ class ActionText::FormHelperTest < ActionView::TestCase assert_dom_equal \ '' \ - '' \ '' \ '' \ "" \ @@ -42,7 +40,6 @@ class ActionText::FormHelperTest < ActionView::TestCase assert_dom_equal \ '' \ - '' \ '' \ '' \ "" \ @@ -57,7 +54,6 @@ class ActionText::FormHelperTest < ActionView::TestCase assert_dom_equal \ '' \ - '' \ '' \ '' \ "" \ -- cgit v1.2.3