Sha256: 80db33b4644b8e9dc82b00e480ff32853c3b221cfec392e529906650eaa0a869
Contents?: true
Size: 254 Bytes
Versions: 13
Compression:
Stored size: 254 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), 'helper')) class TestCurbCurlMaxFileSize < Test::Unit::TestCase def setup @easy = Curl::Easy.new end def test_maxfilesize @easy.set(Curl::CURLOPT_MAXFILESIZE, 5000000) end end
Version data entries
13 entries across 13 versions & 1 rubygems