Scott thanks for the insight.

On Sep 1, 9:16 pm, Scott Taylor wrote:
> Most mocks used in a rails project server neither of these purposes.  
> Primarily they are used for speed - which so far has been the primary
> trade off with using a fixture replacement (such as FixtureReplacement,
> FactoryGirl, etc).

As someone who sound like they rely heavily on a fixture replacement,
do you find you achieve the same level of isolation from dependencies
when setting up your tests? I personally feel I run across more errors
setting up my specs when I am primarily using a fixture replacement,
as opposed to mocks. Though I realize this is probably do to a
learning curve involved with using specs and a fixture replacement in
harmony.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to