Fix a path in the README

This commit is contained in:
Scott Taylor 2009-11-23 23:22:59 -05:00
parent f9e665bda9
commit a35f3b12b2

View File

@ -52,7 +52,7 @@ RSpec
----------------------------- -----------------------------
The above approach works with RSpec as well. In addition to this you may use the The above approach works with RSpec as well. In addition to this you may use the
'use_fakefs' macro to turn FakeFS on and off in a given example group. See 'use_fakefs' macro to turn FakeFS on and off in a given example group. See
lib/spec_helpers for more details on it's usage. lib/fakefs/spec_helpers.rb for more details on it's usage.
How is this different than MockFS? How is this different than MockFS?