spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
813 stars 256 forks source link

Add instructions on how to test to the README? #260

Open lbraun opened 4 years ago

lbraun commented 4 years ago

It would be really helpful if the repo included some tips on how to test a form with a tinymce text field in a standard rails test framework.

Maybe something based on this gist? https://gist.github.com/eoinkelly/69be6c27beb0106aa555

Will try to open a PR if I find the time.