From 2b13555845e1a910ddba756874102db3a9caef0e Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 5 Sep 2011 16:31:23 -0400 Subject: [PATCH] Add a note about rails. Closes #67 --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index 33708af..64eece9 100644 --- a/README.markdown +++ b/README.markdown @@ -47,6 +47,13 @@ Don't Fake the FS Immediately # your code end +Rails +----- + +If you are using fakefs in a rails project with bundler, you'll probably want to specify the following in your Gemfile: + + gem "fakefs", :require => "fakefs/safe" + RSpec -----