This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
fakefs
Watch
1
Star
0
Fork
0
You've already forked fakefs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e30c5f5a07
fakefs
/
lib
/
fakefs
History
Scott Taylor
d7363f7c56
update version to 0.3.0
2010-12-15 23:13:41 -05:00
..
fake
Implemented File.ctime, File.stat(file).ctime, File.open(file){|f| f.ctime }, File.mtime, File.stat(file).mtime and File.open(file){|f| f.mtime }
2010-12-15 23:00:03 -05:00
base.rb
Return true from FakeFS::activate! and ::deactivate!
2010-01-12 08:36:23 -05:00
dir.rb
raise Errno::EEXIST when Dir.mkdir is called with an existing directory.
Closes
#21
.
2009-11-24 04:13:29 -05:00
file_system.rb
Fixed issue where Dir glob would not work properly when doing /**/*.
2010-12-15 22:53:29 -05:00
file_test.rb
Add FileTest#exist? Swap out FileTest for FakeFS::FileTest.
Closes
#14
2009-11-24 04:48:43 -05:00
file.rb
Implemented File.autoclose?, File.autoclose=, File.fdatasync and File.size which are new on ruby-1.9.2
2010-12-15 23:01:54 -05:00
fileutils.rb
FileUtils.mv accepts options.
Closes
#35
.
2010-07-03 04:58:05 -04:00
safe.rb
move require stringio to FakeFS::File
2010-01-12 10:30:43 -05:00
spec_helpers.rb
Improve SpecHelpers to work consistently. Use 'include' instead of 'extend' + use_fakefs. Add specs.
2009-10-30 00:26:02 -04:00
version.rb
update version to 0.3.0
2010-12-15 23:13:41 -05:00