Sha256: 5ae144b2174f0c35867d3e2eba8af756992c39efa6a7657d22cdd87b2fcca85f
Contents?: true
Size: 371 Bytes
Versions: 23
Compression:
Stored size: 371 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), 'helper')) class BugIssue102 < Test::Unit::TestCase def test_interface test = "https://api.twitter.com/1/users/show.json?screen_name=TwitterAPI&include_entities=true" ip = "0.0.0.0" c = Curl::Easy.new do |curl| curl.url = test curl.interface = ip end c.perform end end
Version data entries
23 entries across 23 versions & 2 rubygems