Commit Graph

261 Commits

Author SHA1 Message Date
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
Chris Wanstrath
11e80d2ec3 note that fakefs uses pathname and fileutils. closes #12 2009-10-28 11:02:29 -07:00
Scott Barron
e5d7b716ed Support FileUtils.rm_f as well 2009-10-27 00:27:35 +08:00
Scott Barron
838274f965 Dir.entries returns only basenames, not full paths - make FakeFS match that behavior 2009-10-27 00:27:34 +08:00
jameswilding
7444ef50b3 Fix that FakeFS method wouldn't call ::FakeFS.deactivate! when block raised an exception 2009-10-19 21:58:14 +08:00
Ben Mabey
b0830550fe rspec example group helpers to turn fakefs on/off 2009-10-14 23:10:52 +08:00
Ben Mabey
b839944b13 ignoring vim swap files 2009-10-14 23:10:52 +08:00
dmathieu
20ef508317 Refactoring ln_sf and testing it 2009-10-14 15:36:13 +08:00
dmathieu
eb1cde19f9 Fileutils has a method ln_sf which forces the creation of a symlink 2009-10-14 15:36:13 +08:00
Chris Wanstrath
5f8fe542a0 order contributors by # of contributions 2009-10-07 01:38:08 -07:00
Chris Wanstrath
4560605325 spin out a CONTRIBUTORS file 2009-10-07 00:20:14 -07:00
Chris Wanstrath
5edc9e8489 add Nick 2009-10-07 00:19:26 -07:00
Nick Quaranto
8f26158a5a Adding a passable implementation of File.mtime 2009-10-07 00:13:58 -07:00
Nick Quaranto
72e8ee62c7 Allowing File#read to chunk IO 2009-10-07 00:08:20 -07:00
Nick Quaranto
5deda9b456 File.size? actually returns nil instead of false 2009-10-07 00:06:43 -07:00
Nick Quaranto
e591d3b2d3 Adding File.size? too 2009-10-07 00:06:36 -07:00
Nick Quaranto
166ff444d9 Aliasing File.readable? to File.exist? so Rack::File can work 2009-10-07 00:06:28 -07:00
Chris Wanstrath
54cc2b7358 private_instance_methods returns symbols in 1.9 2009-10-06 22:03:39 -07:00
Chris Wanstrath
1c3a17ccc8 add Home link 2009-10-06 22:00:06 -07:00
Chris Wanstrath
c39b62c1c9 0.2.0 2009-10-06 21:48:44 -07:00
Chris Wanstrath
f5894c2cfd use sdoc-helpers gem 2009-10-06 21:32:54 -07:00
Chris Wanstrath
1a74c89910 fix jeweler instructions 2009-10-06 21:15:18 -07:00
Chris Wanstrath
11242af667 no gemspec in git 2009-10-06 21:15:00 -07:00
Chris Wanstrath
b989fa9cf1 add list and gems 2009-10-06 21:12:14 -07:00
Chris Wanstrath
615c9cbdc4 insllation / meta / contributors in readme 2009-10-06 21:07:28 -07:00
Chris Wanstrath
e4ea7e1406 Merge remote branch 'smt/hard_links_and_deletion' 2009-10-06 20:55:11 -07:00
Chris Wanstrath
cc032a7381 use new jeweler gemspec.version = feature, hooray 2009-10-06 20:53:42 -07:00
Scott Taylor
c00d450662 Add File::delete and alias File::unlink. Get those, plus FileUtils.rm to work properly with hard links. Closes #8 2009-10-01 02:52:02 -04:00
Scott Taylor
bdcdc26d49 Add hard links. Closes #11 2009-10-01 02:46:07 -04:00
Scott Taylor
7e927d8ff0 Add File.symlink as an alias for FileUtils.ln_s 2009-10-01 02:46:07 -04:00
Scott Taylor
34a88c4e63 Start File::Stat. Add Stat#symlink?, stat#directory? 2009-10-01 02:46:07 -04:00
Scott Taylor
cb9de5938f method_missing should always be private 2009-10-01 02:46:07 -04:00