rails/actiontext/test
Sean Doyle 76b33aa3d1
Add ActionText::FixtureSet.attachment
Permit generating rich-text attachment markup in YAML fixtures:

    hello_world_review_content:
      record: hello_world (Review)
      name: content
      body: <p><%= ActionText::FixtureSet.attachment("messages", :hello_world) %> is great!</p>
2020-10-30 15:53:35 -04:00
..
dummy Disentangle Action Text from ApplicationController 2020-10-30 01:01:42 +00:00
fixtures Add ActionText::FixtureSet.attachment 2020-10-30 15:53:35 -04:00
integration Disentangle Action Text from ApplicationController 2020-10-30 01:01:42 +00:00
system Locate fill_in_rich_text_area by <label> text 2020-10-02 18:02:14 -04:00
template Add value option to ActionView::Helpers::FormBuilder#rich_text_area 2020-09-01 21:43:07 -04:00
unit Add ActionText::FixtureSet.attachment 2020-10-30 15:53:35 -04:00
application_system_test_case.rb Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04:00
test_helper.rb Fix backtraces for generated plugin tests 2020-10-07 15:40:56 -05:00