Skip to content

Commit

Permalink
require 'stringio' in test files so that we're able to run them indiv…
Browse files Browse the repository at this point in the history
…idually

running a single test file:
  RUBYLIB=lib ruby test/fakefs_test.rb
  • Loading branch information
mislav committed Nov 27, 2009
1 parent 552454f commit ccb97a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/fake/file_test.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'stringio'
require 'fakefs/safe'
require 'test/unit'

Expand Down
1 change: 1 addition & 0 deletions test/fake/symlink_test.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'stringio'
require 'fakefs/safe'
require 'test/unit'

Expand Down
1 change: 1 addition & 0 deletions test/fakefs_test.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'stringio'
require 'fakefs'
require 'test/unit'

Expand Down
1 change: 1 addition & 0 deletions test/file/stat_test.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'stringio'
require 'fakefs/safe'
require 'test/unit'

Expand Down
1 change: 1 addition & 0 deletions test/safe_test.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'stringio'
require 'fakefs/safe'
require 'test/unit'

Expand Down
1 change: 1 addition & 0 deletions test/verify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# USAGE
#
# $ ruby test/verify.rb | grep "not implemented"
require 'stringio'
require 'fakefs'
require 'test/unit'

Expand Down

0 comments on commit ccb97a7

Please sign in to comment.