rails/actiontext/test/unit
Javan Makhmali 48c6ef9a72 Fix error saving Action Text content containing non-blob attachables
Failing test before the ActionText::RichText change:

```
Error:
ActionText::ModelTest#test_embed_extraction_only_extracts_file_attachments:
ArgumentError: Could not find or build blob: expected attachable, got #<ActionText::Attachables::RemoteImage:0x00007fb0259fef70 @url="http://example.com/cat.jpg", @content_type="image", @width=nil, @height=nil>
```
2019-01-25 16:57:36 -05:00
..
attachment_test.rb Import Action Text 2019-01-04 22:22:49 -05:00
content_test.rb Import Action Text 2019-01-04 22:22:49 -05:00
model_test.rb Fix error saving Action Text content containing non-blob attachables 2019-01-25 16:57:36 -05:00
plain_text_conversion_test.rb Import Action Text 2019-01-04 22:22:49 -05:00
trix_attachment_test.rb Import Action Text 2019-01-04 22:22:49 -05:00