Rails Fixtures vs. Mocks
Posted
by Thiago
on Stack Overflow
See other posts from Stack Overflow
or by Thiago
Published on 2010-05-26T22:09:52Z
Indexed on
2010/05/26
22:11 UTC
Read the original article
Hit count: 408
Hi there,
I'm developing a Rails app, and I was just talking with my colleague that we have a mix of fixtures and mocks in our tests, which we're doing using cucumber and Rspec. The question would be: when should each one be used?
© Stack Overflow or respective owner