diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-12-24 11:31:41 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-12-24 11:31:41 +0000 |
commit | 6365720a0e2f49b6fac03dfad082da3ca7406bb6 (patch) | |
tree | 148bba8b5029cb41d8204ad39337cd2d636db7d6 /lib/custodian/protocoltest | |
parent | 569a8d9582ff90d438e42f9a1e733fff9937e305 (diff) |
Added reference to missing URI library
Diffstat (limited to 'lib/custodian/protocoltest')
-rw-r--r-- | lib/custodian/protocoltest/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/http.rb b/lib/custodian/protocoltest/http.rb index e27b809..c4cacb6 100644 --- a/lib/custodian/protocoltest/http.rb +++ b/lib/custodian/protocoltest/http.rb @@ -1,4 +1,4 @@ - +require 'uri' # |