Recent posts

Jasmine and coffeescript setup for rails

1 minute read

As I started to write more javascript code in my rails app, it became obvious that I should be testing it ! I wanted to use jasmine and coffeescript. I searc...

Ditching autotest for guard

less than 1 minute read

I have been using autotest for 2 years, and it’s been great ! The first time I ran it I thought “This rocks !” and I have always been using it since …

If new cucumber transform breaks everyhing …

less than 1 minute read

After reading The cucumber book I decided to add clever cucumber transforms but steps started to fail all over the place … Even completly unrelated scenarios...