summary refs log tree commit
diff options
context:
space:
mode:
authorPostmodern <postmodern.mod3@gmail.com>2012-01-04 12:21:57 -0800
committerPostmodern <postmodern.mod3@gmail.com>2012-01-04 12:21:57 -0800
commit6c30db8733a19eb8a61b1c1691113825bcff6659 (patch)
tree5ae45dc057bc7770ef9a0aa49a05a33237646f5d
parente20baec005238f9876281c0d083fe5a4e01aa034 (diff)
downloadrack-6c30db8733a19eb8a61b1c1691113825bcff6659.tar.gz
Require 'stringio' to fix a NameError in the BodyProxy tests.
-rw-r--r--test/spec_body_proxy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/spec_body_proxy.rb b/test/spec_body_proxy.rb
index 64bd65f1..51ada6a5 100644
--- a/test/spec_body_proxy.rb
+++ b/test/spec_body_proxy.rb
@@ -1,4 +1,5 @@
 require 'rack/body_proxy'
+require 'stringio'
 
 describe Rack::BodyProxy do
   should 'call each on the wrapped body' do