For some reason this hasn't hit home, and I'm wondering if someone could help explain..
I noticed when installing 'guard' gem, that they recommend placing a lot of the gems in the 'development group' in the gemfile, such as 'growl' and 'rb-notifu': https://github.com/guard/guard..
Also Ryan Bates seems in one screen cast seems to put many of these in 'development' & 'testing': http://railscasts.com/episodes/264-guard?view=asciicast
But in another puts it all in 'testing': http://railscasts.com/episodes/275-how-i-test
It'd be nice to understand this so I don't have to reference tutorials all the time. Thanks!