How to test the Ace editor with Capybara and RSpec
I coach a developer who is building a Rails app to give other devs easy access to an in-browser Ruby environment. One of the challenges we faced was how to test the Ace editor that users will enter their Ruby code into. Here’s our solution: https://eliotsykes.com/testing-ace-editor
Post a comment