move require stringio to FakeFS::File

This commit is contained in:
Scott Taylor 2010-01-12 10:30:43 -05:00
parent 522d871217
commit 28950fa71c
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
require 'stringio'
module FakeFS
class File < StringIO
PATH_SEPARATOR = '/'

View File

@ -1,6 +1,5 @@
require 'fileutils'
require 'pathname'
require 'stringio'
require 'fakefs/base'
require 'fakefs/fake/file'
require 'fakefs/fake/dir'