Skip to content

Commit

Permalink
added require for stringio in test
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/builder/trunk@104 b15df707-ad1a-0410-81b8-e991873a3486
  • Loading branch information
jimweirich committed May 12, 2007
1 parent c02a1a2 commit b5facab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testblankslate.rb
Expand Up @@ -3,6 +3,7 @@
require 'test/unit'
require 'test/preload'
require 'builder/blankslate'
require 'stringio'

# Methods to be introduced into the Object class late.
module LateObject
Expand Down

0 comments on commit b5facab

Please sign in to comment.