Panasonic Youth rob sanheim writes about software, business, ruby, music, stuff and things



Posts from August 2007

Joining Relevance

I’m happy to announce that I have joined Relevance, a small software shop based in Chapel Hill, NC.
This is going to bring a lot of change for me and my family, one of which is moving across the country from Wisconsin to North Carolina. I love Wisconsin and being close to family, but my […]


Zed for the win

We can all go home now.
Zed wins at the internet.
Choice quotes on my (nsfw) tumblelog.


Posted
7 August 2007 @ 3pm

Tagged
BDD, Rails, Ruby

Add “should.include?” for test/spec

I have done the following one too many times:

collection.should.include?(object)

Only to have it fail because test/spec's should doesn't know about include? (or .not.include?)
However, as Chris points out in the comments, test/spec does allow .should.include (without the "?"), but does not have a should.not version of it. So the following adds a alias with [...]


Posted
4 August 2007 @ 12pm

Tagged
Meta

I can haz tweets?

I've held out from using twitter for as long as possible, but I think being at conferences is one of the few times it actually really has some useful purpose.
Here's my profile page, or you can add me as 'rsanheim'.


Ultimate Developer Rig - the Mac version

Jeff Atwood of CodingHorror fame recently put together the "ultimate developer rig" for Scott Hanselman. Both these guys are primarily microsoft devs, so its forgivable that the machine is a PC box with Vista on it. Still, if I were to build my own pc, I would put Ubuntu Feisty on it and [...]