fakefs/test
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
..
fake 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
file use require "test_helper" in *all* tests 2009-12-04 04:38:44 -05:00
fakefs_test.rb 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
safe_test.rb activate! & deactivate! state properly in tests (which allows easy replication of bug reported in #24) 2009-12-02 03:18:09 -05:00
test_helper.rb 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
verify.rb Make verify.rb more dynamic. Check for both class and instance methods of: 2009-12-04 05:02:48 -05:00