Hacker News new | ask | show | jobs
by edandersen 5049 days ago
How is this different to mocking frameworks like RhinoMocks or the new Microsoft.Fakes?
1 comments

You're creating an actual instance of that object preloaded with whatever you need rather than a mock of that item which implements a fake implementation. They're not really competing since Mocks are most useful when mocking an interface, and Factory Girl is best at creating a number of usable objects.