Hey, I am fairly new to CB and start messing around. To me some of the real important stuff is to validate the integrity of the data, e.g. uniqueness of values and such.
The tests and assertions I saw until now cared more for http_responses. Is there an example out the for stuff I would like to test, maybe with testing database as well (just as the three different databases used in rails).
Thanks a lot in advance
Alex
--