Skip to content

Commit

Permalink
require stringio in request_test, fixes GH #51
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Oct 12, 2010
1 parent 41d018c commit b6982ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/request_test.rb
@@ -1,4 +1,5 @@
require File.dirname(__FILE__) + '/helper'
require 'stringio'

class RequestTest < Test::Unit::TestCase
it 'responds to #user_agent' do
Expand Down

0 comments on commit b6982ab

Please sign in to comment.