Posts Tagged ‘cucumber’

Give your tests some love - cruisecontrol.rb, rails, git, rcov, unit tests and cucumber

Long time passed since I wrote my last blog post. Things happened and I was very busy. But now I have some news to write about.
Refactoring my current project mysedcard.tv produced a bunch of cucumber features. Those are great and I love to see them running in my console. But that can’t be enough so [...]

Cucumber, autotest and growl

Using cucumber and bdd is just fun. Shoulda have used it earlier … Sorry, I need to write that
When you use cucumber (at the beginning) you always have to run

cucumber features

in your console to run all your features. Or you specify one by running

cucumber features/session.feature

There are some more ways but have a look [...]