Posts tagged: flailing
1 post
RSpec and Mock Design Question
Here's a little RSpec design question. As I've probably mentioned in various spots, I don't naturally take to the RSpec massively-mocked style of testing. However, I'm currently on a Rails project that is using that style -- unit tests don't touch the database, functional tests don't touch the models. It...