You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this isn't the correct place for this but I am honestly not sure where else to ask at the moment. I can't figure out how to possibly test ActionText components using RSpec. I tried posting about this on StackOverflow here https://stackoverflow.com/questions/57319708/how-to-test-actiontext-using-rspec but haven't had any luck at all so far. Is this currently supported by RSpec 3?
The text was updated successfully, but these errors were encountered:
All of our Rails 6 support is in the 4-0-dev branch, and won't be backported to 3 due to the fact we're changing our release cycle to match rails, and releasing new major versions supporting the versions of rails that are, er, supported 😂
I'm not sure if anyone has added actiontext support yet but thats where it'd be, @samphippen any ideas?
@mhoad Sorry for the delay. Are you still stuck? I don't think there is support at the moment
FWIW, any kind of active_storage support is probably going to have similar questions about ActiveStorage::Blobs (and action_text about ActionText::RichText) so it'd be good to have a plan for handling those consistently. #2119 (review)
I know this isn't the correct place for this but I am honestly not sure where else to ask at the moment. I can't figure out how to possibly test ActionText components using RSpec. I tried posting about this on StackOverflow here https://stackoverflow.com/questions/57319708/how-to-test-actiontext-using-rspec but haven't had any luck at all so far. Is this currently supported by RSpec 3?
The text was updated successfully, but these errors were encountered: