Imagine all the syntactical delights of Ruby and Haml for your JavaScript. You write in a nice language, but get...
It's ironic that a company whose name is synonymous with "Switch" has built its entire product strategy around lock...
I wanted to jot down some of my thoughts on country roads, so that customers of our iCar may better...
Pretty much everyone who claims to have a REST API, in fact, does not. The closest I’ve found is...
ShamRack mounts a Rack app locally, just for your tests. It goes one further: it “mounts” it using Net::HTTP...
Seems like there's no way to do it in Capybara, unfortunately. But if you're running your tests with...
Chargify handles every aspect of recurring billing for your Web 2.0 or SaaS company so there’s no need to...
Test spies are a form of test double that preserves the normal four-phase unit
What do we expect from the custom finder? We expect that it should find assets A, B, C and should...
The Holy Grail of testing for front-end development; execute browser-less, console-based, javascript + DOM code right from within...