Add a note about rails. Closes #67

This commit is contained in:
Scott Taylor 2011-09-05 16:31:23 -04:00
parent e81d0bdad1
commit 2b13555845

View File

@ -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
-----