I like RSPEC, I LOVE RSPEC. But, this morning, I found a flaw in its beauty. If you are using a lambda to verify that a block of code raises an exception it works fine. A problem occurs if you…
Agile ain’t about FAST….
… it’s about GOOD. Using Agile techniques, Rails for instance, or any of the other new frameworks popping up more quickly than mushrooms on a cowturn in a darkened room, and things like TDD, BDD, SPEC driven whatever, is NOT…
RSPEC: Am I going too far.
I just had a nice idea for how to make my current application prettier. Instead of stopping what I was doing (an item on the critical path, not ‘fluff’) and doing it, I added it as an unimplemented expectation in…
Wonderful wonderful Copenhagen, no, wait, erm…. Autotest…
Over the last day or so, I have been playing with RSPEC. I must admit, its NICE. What makes it even nicer, is using autotest This is a nice addon that will automatically run your tests or rspecs when you…