This commit is contained in:
Chris Wanstrath 2009-07-19 14:16:37 -07:00
parent 04a6a7a527
commit c11312f70c

3
Rakefile Normal file
View File

@ -0,0 +1,3 @@
task :default do
exec "ruby test/fakefs_test.rb"
end