diff --git a/README.markdown b/README.markdown index f4fdfcd..51679ad 100644 --- a/README.markdown +++ b/README.markdown @@ -52,7 +52,7 @@ RSpec ----------------------------- 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 -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?