From a35f3b12b23b3d1d809d3681bb80e07bdde6c415 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 23 Nov 2009 23:22:59 -0500 Subject: [PATCH] Fix a path in the README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?