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
master
fakefs
/
spec
/
spec_helper.rb
4 lines
97 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
Improve SpecHelpers to work consistently. Use 'include' instead of 'extend' + use_fakefs. Add specs.
2009-10-30 04:26:02 +00:00
$LOAD_PATH
.
unshift
File
.
join
(
File
.
dirname
(
__FILE__
)
,
'..'
,
'lib'
)
Cleanup trailing whitespace
2009-11-08 06:04:16 +00:00
require
'fakefs/spec_helpers'
Reference in New Issue
Copy Permalink