Tag Archives: RSpec

Friends don’t let friends code without tests

But what if your friends don’t write tests? Or what if you’re just lazy? Well, if the latter applies, that’s your own damn fault. But if nobody around you tests their code, you’re probably not going to be motivated to … Continue reading

Posted in Coding Tagged , , ,

Testing…it’s what life’s all about

I just read a great call to action by John Nunemaker. He wants to see everyone writing tests for their code, and has decided to “post like a superhuman fiend until everyone is testing”. He’s on to something! With that … Continue reading

Posted in Coding Tagged , , ,

ModelSpeccer Released!

Yesterday I released my first open-source project. It’s called ModelSpeccer, and it generates RSpec specs on-the-fly for Rails model attributes. It started out as part of my housing rentals website, and eventually grew into a separate module. Once that happened, … Continue reading

Posted in Coding Tagged , ,