Commit Graph

242 Commits

Author SHA1 Message Date
Scott Taylor
3c0f3e98d0 StringIO isn't automatically required in ruby 1.9.1 2009-12-05 16:50:47 -05:00
Scott Taylor
a2b69ab9cf Whitespace 2009-12-05 16:43:53 -05:00
Scott Taylor
4bd78884a9 Make verify.rb more dynamic. Check for both class and instance methods of:
* RealFile
  * RealFile::Stat
  * RealFileUtils
  * RealDir
  * RealFileTest
2009-12-04 05:02:48 -05:00
Scott Taylor
522976f09c Fix test/verify.rb to report the correct missing methods 2009-12-04 04:54:09 -05:00
Scott Taylor
f68cad18a0 Fix the comment to verify.rb 2009-12-04 04:52:46 -05:00
Scott Taylor
2296655ca9 Call FakeFS.activate! && FakeFS.deactivate! when surrounding RealFileUtils - "test/subdir" was accidentally being created on the file system 2009-12-04 04:50:04 -05:00
Scott Taylor
b346c80e19 Cleanup "here" test helper 2009-12-04 04:48:56 -05:00
Scott Taylor
74cb8d9ecf use require "test_helper" in *all* tests 2009-12-04 04:38:44 -05:00
Mislav Marohnić
4530cb1e31 implement File::Stat#size 2009-12-02 03:18:09 -05:00
Scott Taylor
7f601eb7fc RealFileUtils makes calls to ::File && ::Dir - so we need to deactivate FakeFS if we intend RealFileUtils to use the RealFile and RealDir class. Closes #24 2009-12-02 03:18:09 -05:00
Scott Taylor
8355d15ec2 activate! & deactivate! state properly in tests (which allows easy replication of bug reported in #24) 2009-12-02 03:18:09 -05:00
Scott Taylor
c2ccf482b9 Extract common requires in test files to test/test_helper.rb Run individual spec files with RUBYLIB=test ruby test/<test-file> (Thanks mislav) 2009-12-02 03:18:09 -05:00
Scott Taylor
52462b0e46 Use require 'fakefs/safe' in test helper requires. Temporarily fixes #24 2009-12-02 03:18:03 -05:00
Scott Taylor
4445850d6d Display a warning (not a LoadError) in the rakefile if rspec isn't around 2009-12-02 03:16:35 -05:00
Scott Taylor
80187db69f anal-retentive formatting 2009-12-02 03:15:44 -05:00
Scott Taylor
bd53cbaa0e Add spec task 2009-12-02 03:15:44 -05:00
Keita Urashima
9212ba104a FileUtils.rm should be able to delete two or more files. Closes #23 2009-11-25 22:33:29 -05:00
Scott Taylor
ea5705d560 Remove unnecessary constants 2009-11-24 04:48:54 -05:00
Scott Taylor
71dd1050f4 Spacing + alignment 2009-11-24 04:48:53 -05:00
Scott Taylor
50193f2a75 Add FileTest#exist? Swap out FileTest for FakeFS::FileTest. Closes #14 2009-11-24 04:48:43 -05:00
Scott Taylor
bdb3fa4ac0 raise Errno::EEXIST when Dir.mkdir is called with an existing directory. Closes #21. 2009-11-24 04:13:29 -05:00
Scott Taylor
ceffec3023 Update docs for proper usage of FakeFS::SpecHelpers 2009-11-23 23:34:59 -05:00
Scott Taylor
a35f3b12b2 Fix a path in the README 2009-11-23 23:22:59 -05:00
Scott Taylor
f9e665bda9 Fix a test for ruby 1.9.1 (question mark *must* end the method in 1.9.1?) 2009-11-08 13:27:51 -05:00
Scott Taylor
fc7515fd08 Add NotImplementedErrors for missing methods on File for ruby 1.9.1 2009-11-08 13:27:51 -05:00
Scott Taylor
f30beb33fe Fix a test name 2009-11-08 13:27:51 -05:00
Scott Taylor
02b76af287 Add File#to_i (an alias for fileno) 2009-11-08 13:27:51 -05:00
Scott Taylor
1e685ed25e Implement File#to_io 2009-11-08 13:27:50 -05:00
Scott Taylor
254012644a Remove unused ivar 2009-11-08 13:27:50 -05:00
Scott Taylor
15c1fd83a1 Remove File.open - it is implemented by StringIO 2009-11-08 13:27:43 -05:00
Scott Taylor
9e7e71b166 Remove File#flush (it is implemented by StringIO) 2009-11-08 01:06:34 -05:00
Scott Taylor
2877f7d4c1 Cleanup trailing whitespace 2009-11-08 01:04:16 -05:00
Scott Taylor
d2264eb646 Fix FakeFS#close 2009-11-08 00:56:00 -05:00
Scott Taylor
dd8ff05eec Make sure that no StringIO instance methods leak out FakeFS::File that aren't in File 2009-11-05 03:25:04 -05:00
Scott Taylor
daad2bb625 Ensure that every method in IO and File (RealFile) is in FakeFS::File (since File < IO). raise NotImplemenetedErrors for methods which have not yet been implemented. 2009-11-05 03:22:39 -05:00
Scott Taylor
95b06b00df Cleanup FakeFS::File by descending from StringIO. 2009-11-05 03:22:35 -05:00
Scott Taylor
ba4de58233 Add File#pos=, File#tell= 2009-11-05 03:21:53 -05:00
Scott Taylor
9e50475cb3 Add File#pos 2009-11-05 03:21:49 -05:00
Chris Wanstrath
20791f3846 update contributors 2009-10-30 10:03:44 -07:00
Chris Wanstrath
548e78426d ghetto-check the tests 2009-10-30 10:02:41 -07:00
Chris Wanstrath
7ede661879 0.2.1 2009-10-30 09:56:08 -07:00
Chris Wanstrath
db0c48f72e add publish and gem tasks 2009-10-30 09:55:57 -07:00
Chris Wanstrath
986e80a789 Merge remote branch 'scott/rspec_helpers' 2009-10-30 09:54:42 -07:00
Jon Yurek
bfffa910e9 Bitmask file creation modes allow for Tempfile compatability. 2009-10-30 09:53:39 -07:00
Scott Taylor
85d4fa1173 Improve SpecHelpers to work consistently. Use 'include' instead of 'extend' + use_fakefs. Add specs. 2009-10-30 00:26:02 -04:00
Scott Taylor
f659ddd193 Doc fixes to the spec helper 2009-10-29 22:52:18 -04:00
Sam Goldstein
1c6825fb9b added support for recursive globbing
FakeDir.glob now handles recursive globs (i.e. '**') like the standard
lib Dir.  Previously they were treated identically to single wild cards
(i.e. '*')

Resolves issue #16
http://github.com/defunkt/fakefs/issues#issue/16
2009-10-29 09:26:54 -07:00
Scott Taylor
01b0421c49 Add File#seek. Fixes Github Issue #19 2009-10-29 05:46:39 -04:00
Scott Taylor
6f5cff81ca Add binary mode. Resolves Github #13 2009-10-29 05:46:39 -04:00
Scott Taylor
1d410d4955 Cleanup code. Delegate to StringIO. Don't do the file mode check ourself - make StringIO do it. 2009-10-29 05:46:32 -04:00