Skip to content

Commit

Permalink
Merge pull request #306 from postmodern/master
Browse files Browse the repository at this point in the history
Require 'stringio' to fix a NameError in the BodyProxy tests.
  • Loading branch information
raggi committed Jan 7, 2012
2 parents 5c60fc5 + 6c30db8 commit 1a0bf12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/spec_body_proxy.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'rack/body_proxy'
require 'stringio'

describe Rack::BodyProxy do
should 'call each on the wrapped body' do
Expand Down

0 comments on commit 1a0bf12

Please sign in to comment.