Rich action text faker populator

I replaced my product.body with a rich_action_text.body. I used to populate (using faker gem the product.body easily), but my rich action text doesn’t have a model. I’m not sure how to use populator and the faker gem to add ipsum lorum to this so I can test it. (it is a required field, and it fails on validation)

Not sure if you still need this, but I got stuck here as well. When I tried to create the body with Faker gem, I was getting this error:

NoMethodError:
       undefined method `render' for nil:NilClass

Updating my expectation from connection.introduction_text to connection.introduction_text.to_plain_text was what I needed. Hope it helps someone