mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00

test/net/http/test_https.rb: rename fixture methods to read_fixture because it conflicts with test-unit gem.
5 lines
57 B
Ruby
5 lines
57 B
Ruby
module Net
|
|
module Http
|
|
VERSION = "0.1.0"
|
|
end
|
|
end
|