Posts Tagged ‘growl’

ZenTest, autotest and growl - Update

Long time no serious news in my blog. I apologize for that and hopefully I have for time in the future to write about new and cool ruby and rails stuff. Until then here is some news on ZenTest, autotest and growl integration for ruby on rails projects.
I wrote about this setup and the things [...]

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 [...]

Playing with Unit::Test, Shoulda, Factory Girl, autotest, growl and redgreen

Since my first steps with rails I was used to write rspec tests / specifications. I was never that happy about it. Can’t say exactly why. I think it was just a “personal” thing. About two weeks ago I finally gave shoulda and his buddies a try. So here’s what I have done.
Installation
First I had [...]