From 615c9cbdc4749f52b4c45ad8124861a1532cc15b Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 6 Oct 2009 21:07:28 -0700 Subject: [PATCH] insllation / meta / contributors in readme --- README.markdown | 45 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 38 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index 8e32412..c2d9096 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ FakeFS Mocha is great. But when your library is all about manipulating the filesystem, you really want to test the behavior and not the implementation. -If you're mocking and stubbing every call to FileUtils or File, you're +If you're mocking and stubbing every call to FileUtils or File, you're tightly coupling your tests with the implementation. def test_creates_directory @@ -51,18 +51,49 @@ Don't Fake the FS Immediately How is this different than MockFS? ---------------------------------- -FakeFS provides a test suite and works with symlinks. It's also strictly a +FakeFS provides a test suite and works with symlinks. It's also strictly a test-time dependency: your actual library does not need to use or know about FakeFS. Speed? ------ -http://gist.github.com/156091 + -Authors -------- +Installation +------------ -* Chris Wanstrath [chris@ozmm.org] -* Pat Nakajima [http://github.com/nakajima] +### [Gemcutter](http://gemcutter.org/) + + $ gem install fakefs + +### [Rip](http://hellorip.com) + + $ rip install git://github.com/defunkt/fakefs.git + + +Contributors +------------ + +* Chris Wanstrath +* David Reese +* Jeff Hodges +* Jon Yurek +* Matt Freels +* Myles Eftos +* Pat Nakajima +* Rob Sanheim +* Scott Taylor +* Tymon Tobolski +* msassak + + +Meta +---- + +* Code: `git clone git://github.com/defunkt/fakefs.git` +* Docs: +* Bugs: +* Test: +* Boss: Chris Wanstrath ::