Marnen Laibow-Koser
Marnen Laibow-Koser
> I will need to read a bit about capybara, so far never worked with it. It’s very useful for testing DOM interaction. It’s really meant for HTML and so...
@lumean Anyway, I’ve been pushing my test code frequently so that you can get a sense of my approach. Let me know what you think.
@lumean Correct! I’m uncomfortable touching the implementation code until there are tests that can verify that I haven’t broken anything, which is why I started doing this in the first...