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
74cb8d9ecf
fakefs
/
test
History
Scott Taylor
74cb8d9ecf
use require "test_helper" in *all* tests
2009-12-04 04:38:44 -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
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
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
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