DEV Community

Discussion on: What software development tools (libraries/frameworks/apps/whatever) make you feel most anxious while you're working with them?

Collapse
 
kwstannard profile image
Kelly Stannard

Capybara testing because of random failures.

Not sure if this is normal, but Solidus/Spree because you are recommended to customize it via monkeypatch and then you don't know if you are going to break any original functionality. I had a suspicion that it would have been better to fork so that you can run the original tests.