Add a note about rails. Closes #67
This commit is contained in:
parent
e81d0bdad1
commit
2b13555845
@ -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
|
||||
-----
|
||||
|
Loading…
Reference in New Issue
Block a user