diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-02-15 16:39:14 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-02-15 18:57:23 +0900 |
commit | 4a00fcbd92d6fbc5514e04c1de3a0540e84e996e (patch) | |
tree | b18a90d3867aa383b8ee832de0bb1307698d3fd1 | |
parent | fa7529afd5566bab3d1db9bba6624122ffd1b4c8 (diff) |
Rename and restructured net/ftp and net/http examples
-rw-r--r-- | spec/ruby/library/net-ftp/FTPError_spec.rb (renamed from spec/ruby/library/net/FTPError_spec.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/FTPPermError_spec.rb (renamed from spec/ruby/library/net/FTPPermError_spec.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/FTPProtoError_spec.rb (renamed from spec/ruby/library/net/FTPProtoError_spec.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/FTPReplyError_spec.rb (renamed from spec/ruby/library/net/FTPReplyError_spec.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/FTPTempError_spec.rb (renamed from spec/ruby/library/net/FTPTempError_spec.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/abort_spec.rb (renamed from spec/ruby/library/net/ftp/abort_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/acct_spec.rb (renamed from spec/ruby/library/net/ftp/acct_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/binary_spec.rb (renamed from spec/ruby/library/net/ftp/binary_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/chdir_spec.rb (renamed from spec/ruby/library/net/ftp/chdir_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/close_spec.rb (renamed from spec/ruby/library/net/ftp/close_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/closed_spec.rb (renamed from spec/ruby/library/net/ftp/closed_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/connect_spec.rb (renamed from spec/ruby/library/net/ftp/connect_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/debug_mode_spec.rb (renamed from spec/ruby/library/net/ftp/debug_mode_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/default_passive_spec.rb (renamed from spec/ruby/library/net/ftp/default_passive_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/delete_spec.rb (renamed from spec/ruby/library/net/ftp/delete_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/dir_spec.rb (renamed from spec/ruby/library/net/ftp/dir_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/fixtures/default_passive.rb (renamed from spec/ruby/library/net/ftp/fixtures/default_passive.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/fixtures/passive.rb (renamed from spec/ruby/library/net/ftp/fixtures/passive.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/fixtures/putbinaryfile (renamed from spec/ruby/library/net/ftp/fixtures/putbinaryfile) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/fixtures/puttextfile (renamed from spec/ruby/library/net/ftp/fixtures/puttextfile) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/fixtures/server.rb (renamed from spec/ruby/library/net/ftp/fixtures/server.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/get_spec.rb (renamed from spec/ruby/library/net/ftp/get_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/getbinaryfile_spec.rb (renamed from spec/ruby/library/net/ftp/getbinaryfile_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/getdir_spec.rb (renamed from spec/ruby/library/net/ftp/getdir_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/gettextfile_spec.rb (renamed from spec/ruby/library/net/ftp/gettextfile_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/help_spec.rb (renamed from spec/ruby/library/net/ftp/help_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/initialize_spec.rb (renamed from spec/ruby/library/net/ftp/initialize_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/last_response_code_spec.rb (renamed from spec/ruby/library/net/ftp/last_response_code_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/last_response_spec.rb (renamed from spec/ruby/library/net/ftp/last_response_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/lastresp_spec.rb (renamed from spec/ruby/library/net/ftp/lastresp_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/list_spec.rb (renamed from spec/ruby/library/net/ftp/list_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/login_spec.rb (renamed from spec/ruby/library/net/ftp/login_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/ls_spec.rb (renamed from spec/ruby/library/net/ftp/ls_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/mdtm_spec.rb (renamed from spec/ruby/library/net/ftp/mdtm_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/mkdir_spec.rb (renamed from spec/ruby/library/net/ftp/mkdir_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/mtime_spec.rb (renamed from spec/ruby/library/net/ftp/mtime_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/nlst_spec.rb (renamed from spec/ruby/library/net/ftp/nlst_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/noop_spec.rb (renamed from spec/ruby/library/net/ftp/noop_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/open_spec.rb (renamed from spec/ruby/library/net/ftp/open_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/passive_spec.rb (renamed from spec/ruby/library/net/ftp/passive_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/put_spec.rb (renamed from spec/ruby/library/net/ftp/put_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/putbinaryfile_spec.rb (renamed from spec/ruby/library/net/ftp/putbinaryfile_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/puttextfile_spec.rb (renamed from spec/ruby/library/net/ftp/puttextfile_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/pwd_spec.rb (renamed from spec/ruby/library/net/ftp/pwd_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/quit_spec.rb (renamed from spec/ruby/library/net/ftp/quit_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/rename_spec.rb (renamed from spec/ruby/library/net/ftp/rename_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/resume_spec.rb (renamed from spec/ruby/library/net/ftp/resume_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/retrbinary_spec.rb (renamed from spec/ruby/library/net/ftp/retrbinary_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/retrlines_spec.rb (renamed from spec/ruby/library/net/ftp/retrlines_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/return_code_spec.rb (renamed from spec/ruby/library/net/ftp/return_code_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/rmdir_spec.rb (renamed from spec/ruby/library/net/ftp/rmdir_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/sendcmd_spec.rb (renamed from spec/ruby/library/net/ftp/sendcmd_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/set_socket_spec.rb (renamed from spec/ruby/library/net/ftp/set_socket_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/shared/getbinaryfile.rb (renamed from spec/ruby/library/net/ftp/shared/getbinaryfile.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/shared/gettextfile.rb (renamed from spec/ruby/library/net/ftp/shared/gettextfile.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/shared/last_response_code.rb (renamed from spec/ruby/library/net/ftp/shared/last_response_code.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/shared/list.rb (renamed from spec/ruby/library/net/ftp/shared/list.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/shared/putbinaryfile.rb (renamed from spec/ruby/library/net/ftp/shared/putbinaryfile.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/shared/puttextfile.rb (renamed from spec/ruby/library/net/ftp/shared/puttextfile.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/shared/pwd.rb (renamed from spec/ruby/library/net/ftp/shared/pwd.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/site_spec.rb (renamed from spec/ruby/library/net/ftp/site_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/size_spec.rb (renamed from spec/ruby/library/net/ftp/size_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/spec_helper.rb (renamed from spec/ruby/library/net/ftp/spec_helper.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/status_spec.rb (renamed from spec/ruby/library/net/ftp/status_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/storbinary_spec.rb (renamed from spec/ruby/library/net/ftp/storbinary_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/storlines_spec.rb (renamed from spec/ruby/library/net/ftp/storlines_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/system_spec.rb (renamed from spec/ruby/library/net/ftp/system_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/voidcmd_spec.rb (renamed from spec/ruby/library/net/ftp/voidcmd_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-ftp/welcome_spec.rb (renamed from spec/ruby/library/net/ftp/welcome_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/HTTPBadResponse_spec.rb (renamed from spec/ruby/library/net/http/HTTPBadResponse_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/HTTPClientExcepton_spec.rb (renamed from spec/ruby/library/net/http/HTTPClientExcepton_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/HTTPError_spec.rb (renamed from spec/ruby/library/net/http/HTTPError_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/HTTPFatalError_spec.rb (renamed from spec/ruby/library/net/http/HTTPFatalError_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb (renamed from spec/ruby/library/net/http/HTTPHeaderSyntaxError_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/HTTPRetriableError_spec.rb (renamed from spec/ruby/library/net/http/HTTPRetriableError_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/HTTPServerException_spec.rb (renamed from spec/ruby/library/net/http/HTTPServerException_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/Proxy_spec.rb (renamed from spec/ruby/library/net/http/http/Proxy_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/active_spec.rb (renamed from spec/ruby/library/net/http/http/active_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/address_spec.rb (renamed from spec/ruby/library/net/http/http/address_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/close_on_empty_response_spec.rb (renamed from spec/ruby/library/net/http/http/close_on_empty_response_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/copy_spec.rb (renamed from spec/ruby/library/net/http/http/copy_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/default_port_spec.rb (renamed from spec/ruby/library/net/http/http/default_port_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/delete_spec.rb (renamed from spec/ruby/library/net/http/http/delete_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/finish_spec.rb (renamed from spec/ruby/library/net/http/http/finish_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/fixtures/http_server.rb (renamed from spec/ruby/library/net/http/http/fixtures/http_server.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/get2_spec.rb (renamed from spec/ruby/library/net/http/http/get2_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/get_print_spec.rb (renamed from spec/ruby/library/net/http/http/get_print_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/get_response_spec.rb (renamed from spec/ruby/library/net/http/http/get_response_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/get_spec.rb (renamed from spec/ruby/library/net/http/http/get_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/head2_spec.rb (renamed from spec/ruby/library/net/http/http/head2_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/head_spec.rb (renamed from spec/ruby/library/net/http/http/head_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/http_default_port_spec.rb (renamed from spec/ruby/library/net/http/http/http_default_port_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/https_default_port_spec.rb (renamed from spec/ruby/library/net/http/http/https_default_port_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/initialize_spec.rb (renamed from spec/ruby/library/net/http/http/initialize_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/inspect_spec.rb (renamed from spec/ruby/library/net/http/http/inspect_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/is_version_1_1_spec.rb (renamed from spec/ruby/library/net/http/http/is_version_1_1_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/is_version_1_2_spec.rb (renamed from spec/ruby/library/net/http/http/is_version_1_2_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/lock_spec.rb (renamed from spec/ruby/library/net/http/http/lock_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/mkcol_spec.rb (renamed from spec/ruby/library/net/http/http/mkcol_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/move_spec.rb (renamed from spec/ruby/library/net/http/http/move_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/new_spec.rb (renamed from spec/ruby/library/net/http/http/new_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/newobj_spec.rb (renamed from spec/ruby/library/net/http/http/newobj_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/open_timeout_spec.rb (renamed from spec/ruby/library/net/http/http/open_timeout_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/options_spec.rb (renamed from spec/ruby/library/net/http/http/options_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/port_spec.rb (renamed from spec/ruby/library/net/http/http/port_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/post2_spec.rb (renamed from spec/ruby/library/net/http/http/post2_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/post_form_spec.rb (renamed from spec/ruby/library/net/http/http/post_form_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/post_spec.rb (renamed from spec/ruby/library/net/http/http/post_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/propfind_spec.rb (renamed from spec/ruby/library/net/http/http/propfind_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/proppatch_spec.rb (renamed from spec/ruby/library/net/http/http/proppatch_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/proxy_address_spec.rb (renamed from spec/ruby/library/net/http/http/proxy_address_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/proxy_class_spec.rb (renamed from spec/ruby/library/net/http/http/proxy_class_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/proxy_pass_spec.rb (renamed from spec/ruby/library/net/http/http/proxy_pass_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/proxy_port_spec.rb (renamed from spec/ruby/library/net/http/http/proxy_port_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/proxy_user_spec.rb (renamed from spec/ruby/library/net/http/http/proxy_user_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/put2_spec.rb (renamed from spec/ruby/library/net/http/http/put2_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/put_spec.rb (renamed from spec/ruby/library/net/http/http/put_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/read_timeout_spec.rb (renamed from spec/ruby/library/net/http/http/read_timeout_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/request_get_spec.rb (renamed from spec/ruby/library/net/http/http/request_get_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/request_head_spec.rb (renamed from spec/ruby/library/net/http/http/request_head_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/request_post_spec.rb (renamed from spec/ruby/library/net/http/http/request_post_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/request_put_spec.rb (renamed from spec/ruby/library/net/http/http/request_put_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/request_spec.rb (renamed from spec/ruby/library/net/http/http/request_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/request_types_spec.rb (renamed from spec/ruby/library/net/http/http/request_types_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/send_request_spec.rb (renamed from spec/ruby/library/net/http/http/send_request_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/set_debug_output_spec.rb (renamed from spec/ruby/library/net/http/http/set_debug_output_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/shared/request_get.rb (renamed from spec/ruby/library/net/http/http/shared/request_get.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/shared/request_head.rb (renamed from spec/ruby/library/net/http/http/shared/request_head.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/shared/request_post.rb (renamed from spec/ruby/library/net/http/http/shared/request_post.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/shared/request_put.rb (renamed from spec/ruby/library/net/http/http/shared/request_put.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/shared/started.rb (renamed from spec/ruby/library/net/http/http/shared/started.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/shared/version_1_1.rb (renamed from spec/ruby/library/net/http/http/shared/version_1_1.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/shared/version_1_2.rb (renamed from spec/ruby/library/net/http/http/shared/version_1_2.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/socket_type_spec.rb (renamed from spec/ruby/library/net/http/http/socket_type_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/start_spec.rb (renamed from spec/ruby/library/net/http/http/start_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/started_spec.rb (renamed from spec/ruby/library/net/http/http/started_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/trace_spec.rb (renamed from spec/ruby/library/net/http/http/trace_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/unlock_spec.rb (renamed from spec/ruby/library/net/http/http/unlock_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/use_ssl_spec.rb (renamed from spec/ruby/library/net/http/http/use_ssl_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/version_1_1_spec.rb (renamed from spec/ruby/library/net/http/http/version_1_1_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/http/version_1_2_spec.rb (renamed from spec/ruby/library/net/http/http/version_1_2_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpexceptions/fixtures/classes.rb (renamed from spec/ruby/library/net/http/httpexceptions/fixtures/classes.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpexceptions/initialize_spec.rb (renamed from spec/ruby/library/net/http/httpexceptions/initialize_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpexceptions/response_spec.rb (renamed from spec/ruby/library/net/http/httpexceptions/response_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb (renamed from spec/ruby/library/net/http/httpgenericrequest/body_exist_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpgenericrequest/body_spec.rb (renamed from spec/ruby/library/net/http/httpgenericrequest/body_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb (renamed from spec/ruby/library/net/http/httpgenericrequest/body_stream_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb (renamed from spec/ruby/library/net/http/httpgenericrequest/exec_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb (renamed from spec/ruby/library/net/http/httpgenericrequest/inspect_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpgenericrequest/method_spec.rb (renamed from spec/ruby/library/net/http/httpgenericrequest/method_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpgenericrequest/path_spec.rb (renamed from spec/ruby/library/net/http/httpgenericrequest/path_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb (renamed from spec/ruby/library/net/http/httpgenericrequest/request_body_permitted_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb (renamed from spec/ruby/library/net/http/httpgenericrequest/response_body_permitted_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb (renamed from spec/ruby/library/net/http/httpgenericrequest/set_body_internal_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/add_field_spec.rb (renamed from spec/ruby/library/net/http/httpheader/add_field_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/basic_auth_spec.rb (renamed from spec/ruby/library/net/http/httpheader/basic_auth_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/canonical_each_spec.rb (renamed from spec/ruby/library/net/http/httpheader/canonical_each_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/chunked_spec.rb (renamed from spec/ruby/library/net/http/httpheader/chunked_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/content_length_spec.rb (renamed from spec/ruby/library/net/http/httpheader/content_length_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/content_range_spec.rb (renamed from spec/ruby/library/net/http/httpheader/content_range_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/content_type_spec.rb (renamed from spec/ruby/library/net/http/httpheader/content_type_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/delete_spec.rb (renamed from spec/ruby/library/net/http/httpheader/delete_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb (renamed from spec/ruby/library/net/http/httpheader/each_capitalized_name_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb (renamed from spec/ruby/library/net/http/httpheader/each_capitalized_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/each_header_spec.rb (renamed from spec/ruby/library/net/http/httpheader/each_header_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/each_key_spec.rb (renamed from spec/ruby/library/net/http/httpheader/each_key_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/each_name_spec.rb (renamed from spec/ruby/library/net/http/httpheader/each_name_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/each_spec.rb (renamed from spec/ruby/library/net/http/httpheader/each_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/each_value_spec.rb (renamed from spec/ruby/library/net/http/httpheader/each_value_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/element_reference_spec.rb (renamed from spec/ruby/library/net/http/httpheader/element_reference_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/element_set_spec.rb (renamed from spec/ruby/library/net/http/httpheader/element_set_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/fetch_spec.rb (renamed from spec/ruby/library/net/http/httpheader/fetch_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/fixtures/classes.rb (renamed from spec/ruby/library/net/http/httpheader/fixtures/classes.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/form_data_spec.rb (renamed from spec/ruby/library/net/http/httpheader/form_data_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/get_fields_spec.rb (renamed from spec/ruby/library/net/http/httpheader/get_fields_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb (renamed from spec/ruby/library/net/http/httpheader/initialize_http_header_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/key_spec.rb (renamed from spec/ruby/library/net/http/httpheader/key_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/length_spec.rb (renamed from spec/ruby/library/net/http/httpheader/length_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/main_type_spec.rb (renamed from spec/ruby/library/net/http/httpheader/main_type_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb (renamed from spec/ruby/library/net/http/httpheader/proxy_basic_auth_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/range_length_spec.rb (renamed from spec/ruby/library/net/http/httpheader/range_length_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/range_spec.rb (renamed from spec/ruby/library/net/http/httpheader/range_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/set_content_type_spec.rb (renamed from spec/ruby/library/net/http/httpheader/set_content_type_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/set_form_data_spec.rb (renamed from spec/ruby/library/net/http/httpheader/set_form_data_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/set_range_spec.rb (renamed from spec/ruby/library/net/http/httpheader/set_range_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/shared/each_capitalized.rb (renamed from spec/ruby/library/net/http/httpheader/shared/each_capitalized.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/shared/each_header.rb (renamed from spec/ruby/library/net/http/httpheader/shared/each_header.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/shared/each_name.rb (renamed from spec/ruby/library/net/http/httpheader/shared/each_name.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/shared/set_content_type.rb (renamed from spec/ruby/library/net/http/httpheader/shared/set_content_type.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/shared/set_form_data.rb (renamed from spec/ruby/library/net/http/httpheader/shared/set_form_data.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/shared/set_range.rb (renamed from spec/ruby/library/net/http/httpheader/shared/set_range.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/shared/size.rb (renamed from spec/ruby/library/net/http/httpheader/shared/size.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/size_spec.rb (renamed from spec/ruby/library/net/http/httpheader/size_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/sub_type_spec.rb (renamed from spec/ruby/library/net/http/httpheader/sub_type_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/to_hash_spec.rb (renamed from spec/ruby/library/net/http/httpheader/to_hash_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpheader/type_params_spec.rb (renamed from spec/ruby/library/net/http/httpheader/type_params_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httprequest/initialize_spec.rb (renamed from spec/ruby/library/net/http/httprequest/initialize_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/body_permitted_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/body_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/body_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/code_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/code_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/code_type_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/code_type_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/entity_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/entity_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/error_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/error_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/error_type_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/error_type_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/exception_type_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/exception_type_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/header_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/header_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/http_version_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/http_version_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/initialize_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/initialize_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/inspect_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/inspect_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/message_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/message_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/msg_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/msg_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/read_body_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/read_body_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/read_header_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/read_header_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/read_new_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/read_new_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/reading_body_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/reading_body_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/response_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/response_spec.rb) | 2 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/shared/body.rb (renamed from spec/ruby/library/net/http/httpresponse/shared/body.rb) | 0 | ||||
-rw-r--r-- | spec/ruby/library/net-http/httpresponse/value_spec.rb (renamed from spec/ruby/library/net/http/httpresponse/value_spec.rb) | 2 |
218 files changed, 182 insertions, 182 deletions
diff --git a/spec/ruby/library/net/FTPError_spec.rb b/spec/ruby/library/net-ftp/FTPError_spec.rb index 84128511db..84128511db 100644 --- a/spec/ruby/library/net/FTPError_spec.rb +++ b/spec/ruby/library/net-ftp/FTPError_spec.rb diff --git a/spec/ruby/library/net/FTPPermError_spec.rb b/spec/ruby/library/net-ftp/FTPPermError_spec.rb index 0da35e7d82..0da35e7d82 100644 --- a/spec/ruby/library/net/FTPPermError_spec.rb +++ b/spec/ruby/library/net-ftp/FTPPermError_spec.rb diff --git a/spec/ruby/library/net/FTPProtoError_spec.rb b/spec/ruby/library/net-ftp/FTPProtoError_spec.rb index 20e30dd2dd..20e30dd2dd 100644 --- a/spec/ruby/library/net/FTPProtoError_spec.rb +++ b/spec/ruby/library/net-ftp/FTPProtoError_spec.rb diff --git a/spec/ruby/library/net/FTPReplyError_spec.rb b/spec/ruby/library/net-ftp/FTPReplyError_spec.rb index cc774aabe5..cc774aabe5 100644 --- a/spec/ruby/library/net/FTPReplyError_spec.rb +++ b/spec/ruby/library/net-ftp/FTPReplyError_spec.rb diff --git a/spec/ruby/library/net/FTPTempError_spec.rb b/spec/ruby/library/net-ftp/FTPTempError_spec.rb index e2fbdfd842..e2fbdfd842 100644 --- a/spec/ruby/library/net/FTPTempError_spec.rb +++ b/spec/ruby/library/net-ftp/FTPTempError_spec.rb diff --git a/spec/ruby/library/net/ftp/abort_spec.rb b/spec/ruby/library/net-ftp/abort_spec.rb index ebdfed4b16..f27cae30ad 100644 --- a/spec/ruby/library/net/ftp/abort_spec.rb +++ b/spec/ruby/library/net-ftp/abort_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/acct_spec.rb b/spec/ruby/library/net-ftp/acct_spec.rb index a960ae20a4..498d583ebb 100644 --- a/spec/ruby/library/net/ftp/acct_spec.rb +++ b/spec/ruby/library/net-ftp/acct_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/binary_spec.rb b/spec/ruby/library/net-ftp/binary_spec.rb index da7e2d6c14..3d6c7d6497 100644 --- a/spec/ruby/library/net/ftp/binary_spec.rb +++ b/spec/ruby/library/net-ftp/binary_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/chdir_spec.rb b/spec/ruby/library/net-ftp/chdir_spec.rb index 741c3c845e..427877db9b 100644 --- a/spec/ruby/library/net/ftp/chdir_spec.rb +++ b/spec/ruby/library/net-ftp/chdir_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/close_spec.rb b/spec/ruby/library/net-ftp/close_spec.rb index 49cdf4dea7..0d5f0d0cfb 100644 --- a/spec/ruby/library/net/ftp/close_spec.rb +++ b/spec/ruby/library/net-ftp/close_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/closed_spec.rb b/spec/ruby/library/net-ftp/closed_spec.rb index a81917090a..662ed2b71e 100644 --- a/spec/ruby/library/net/ftp/closed_spec.rb +++ b/spec/ruby/library/net-ftp/closed_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/connect_spec.rb b/spec/ruby/library/net-ftp/connect_spec.rb index b45e46c530..db79a78cb4 100644 --- a/spec/ruby/library/net/ftp/connect_spec.rb +++ b/spec/ruby/library/net-ftp/connect_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/debug_mode_spec.rb b/spec/ruby/library/net-ftp/debug_mode_spec.rb index 46d207bbea..4cb96c6a35 100644 --- a/spec/ruby/library/net/ftp/debug_mode_spec.rb +++ b/spec/ruby/library/net-ftp/debug_mode_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/default_passive_spec.rb b/spec/ruby/library/net-ftp/default_passive_spec.rb index 9348d3294d..517830aa1d 100644 --- a/spec/ruby/library/net/ftp/default_passive_spec.rb +++ b/spec/ruby/library/net-ftp/default_passive_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/delete_spec.rb b/spec/ruby/library/net-ftp/delete_spec.rb index 43bfcc1541..41e0396c65 100644 --- a/spec/ruby/library/net/ftp/delete_spec.rb +++ b/spec/ruby/library/net-ftp/delete_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/dir_spec.rb b/spec/ruby/library/net-ftp/dir_spec.rb index dce50a5ac5..a4b9e54965 100644 --- a/spec/ruby/library/net/ftp/dir_spec.rb +++ b/spec/ruby/library/net-ftp/dir_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/fixtures/default_passive.rb b/spec/ruby/library/net-ftp/fixtures/default_passive.rb index b6995d6f34..b6995d6f34 100644 --- a/spec/ruby/library/net/ftp/fixtures/default_passive.rb +++ b/spec/ruby/library/net-ftp/fixtures/default_passive.rb diff --git a/spec/ruby/library/net/ftp/fixtures/passive.rb b/spec/ruby/library/net-ftp/fixtures/passive.rb index 6b5cde82df..6b5cde82df 100644 --- a/spec/ruby/library/net/ftp/fixtures/passive.rb +++ b/spec/ruby/library/net-ftp/fixtures/passive.rb diff --git a/spec/ruby/library/net/ftp/fixtures/putbinaryfile b/spec/ruby/library/net-ftp/fixtures/putbinaryfile index f3130c6e43..f3130c6e43 100644 --- a/spec/ruby/library/net/ftp/fixtures/putbinaryfile +++ b/spec/ruby/library/net-ftp/fixtures/putbinaryfile diff --git a/spec/ruby/library/net/ftp/fixtures/puttextfile b/spec/ruby/library/net-ftp/fixtures/puttextfile index b4f3b2b62d..b4f3b2b62d 100644 --- a/spec/ruby/library/net/ftp/fixtures/puttextfile +++ b/spec/ruby/library/net-ftp/fixtures/puttextfile diff --git a/spec/ruby/library/net/ftp/fixtures/server.rb b/spec/ruby/library/net-ftp/fixtures/server.rb index ecbed591d5..ecbed591d5 100644 --- a/spec/ruby/library/net/ftp/fixtures/server.rb +++ b/spec/ruby/library/net-ftp/fixtures/server.rb diff --git a/spec/ruby/library/net/ftp/get_spec.rb b/spec/ruby/library/net-ftp/get_spec.rb index 892b30061c..a424738519 100644 --- a/spec/ruby/library/net/ftp/get_spec.rb +++ b/spec/ruby/library/net-ftp/get_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/getbinaryfile_spec.rb b/spec/ruby/library/net-ftp/getbinaryfile_spec.rb index c5abdd67e7..11dba38d86 100644 --- a/spec/ruby/library/net/ftp/getbinaryfile_spec.rb +++ b/spec/ruby/library/net-ftp/getbinaryfile_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/getdir_spec.rb b/spec/ruby/library/net-ftp/getdir_spec.rb index 8f6fca5bfb..e092f9496c 100644 --- a/spec/ruby/library/net/ftp/getdir_spec.rb +++ b/spec/ruby/library/net-ftp/getdir_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/gettextfile_spec.rb b/spec/ruby/library/net-ftp/gettextfile_spec.rb index e272ae73b1..294189d607 100644 --- a/spec/ruby/library/net/ftp/gettextfile_spec.rb +++ b/spec/ruby/library/net-ftp/gettextfile_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/help_spec.rb b/spec/ruby/library/net-ftp/help_spec.rb index 9b15f42ede..d47fe9a390 100644 --- a/spec/ruby/library/net/ftp/help_spec.rb +++ b/spec/ruby/library/net-ftp/help_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/initialize_spec.rb b/spec/ruby/library/net-ftp/initialize_spec.rb index 80f71a9161..72870ffe30 100644 --- a/spec/ruby/library/net/ftp/initialize_spec.rb +++ b/spec/ruby/library/net-ftp/initialize_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/last_response_code_spec.rb b/spec/ruby/library/net-ftp/last_response_code_spec.rb index 86f2b9a695..0feed02f5c 100644 --- a/spec/ruby/library/net/ftp/last_response_code_spec.rb +++ b/spec/ruby/library/net-ftp/last_response_code_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/last_response_spec.rb b/spec/ruby/library/net-ftp/last_response_spec.rb index 1d29b9b73f..ba12c9c91a 100644 --- a/spec/ruby/library/net/ftp/last_response_spec.rb +++ b/spec/ruby/library/net-ftp/last_response_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/lastresp_spec.rb b/spec/ruby/library/net-ftp/lastresp_spec.rb index 9d26efb8f8..020893664a 100644 --- a/spec/ruby/library/net/ftp/lastresp_spec.rb +++ b/spec/ruby/library/net-ftp/lastresp_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/list_spec.rb b/spec/ruby/library/net-ftp/list_spec.rb index 6cffafeb4f..8d880cf735 100644 --- a/spec/ruby/library/net/ftp/list_spec.rb +++ b/spec/ruby/library/net-ftp/list_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/login_spec.rb b/spec/ruby/library/net-ftp/login_spec.rb index 981b439082..5c296d5a48 100644 --- a/spec/ruby/library/net/ftp/login_spec.rb +++ b/spec/ruby/library/net-ftp/login_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/ls_spec.rb b/spec/ruby/library/net-ftp/ls_spec.rb index f262515865..15b9f44428 100644 --- a/spec/ruby/library/net/ftp/ls_spec.rb +++ b/spec/ruby/library/net-ftp/ls_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/mdtm_spec.rb b/spec/ruby/library/net-ftp/mdtm_spec.rb index ea55533c43..204ee44885 100644 --- a/spec/ruby/library/net/ftp/mdtm_spec.rb +++ b/spec/ruby/library/net-ftp/mdtm_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/mkdir_spec.rb b/spec/ruby/library/net-ftp/mkdir_spec.rb index 2cb437a076..6250827e92 100644 --- a/spec/ruby/library/net/ftp/mkdir_spec.rb +++ b/spec/ruby/library/net-ftp/mkdir_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/mtime_spec.rb b/spec/ruby/library/net-ftp/mtime_spec.rb index 7265667a52..fd126a72da 100644 --- a/spec/ruby/library/net/ftp/mtime_spec.rb +++ b/spec/ruby/library/net-ftp/mtime_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/nlst_spec.rb b/spec/ruby/library/net-ftp/nlst_spec.rb index 0de84b3a76..0b88e66f38 100644 --- a/spec/ruby/library/net/ftp/nlst_spec.rb +++ b/spec/ruby/library/net-ftp/nlst_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/noop_spec.rb b/spec/ruby/library/net-ftp/noop_spec.rb index 71011d4af7..59a671e3cd 100644 --- a/spec/ruby/library/net/ftp/noop_spec.rb +++ b/spec/ruby/library/net-ftp/noop_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/open_spec.rb b/spec/ruby/library/net-ftp/open_spec.rb index 89187b9802..5641481d1a 100644 --- a/spec/ruby/library/net/ftp/open_spec.rb +++ b/spec/ruby/library/net-ftp/open_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/passive_spec.rb b/spec/ruby/library/net-ftp/passive_spec.rb index f9c34efb7d..57ee534eb9 100644 --- a/spec/ruby/library/net/ftp/passive_spec.rb +++ b/spec/ruby/library/net-ftp/passive_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/put_spec.rb b/spec/ruby/library/net-ftp/put_spec.rb index 36ba6c1963..2f314ed314 100644 --- a/spec/ruby/library/net/ftp/put_spec.rb +++ b/spec/ruby/library/net-ftp/put_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/putbinaryfile_spec.rb b/spec/ruby/library/net-ftp/putbinaryfile_spec.rb index 6ced5246fe..43edbd7b69 100644 --- a/spec/ruby/library/net/ftp/putbinaryfile_spec.rb +++ b/spec/ruby/library/net-ftp/putbinaryfile_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/puttextfile_spec.rb b/spec/ruby/library/net-ftp/puttextfile_spec.rb index 0cab6bd3c3..75f7a23663 100644 --- a/spec/ruby/library/net/ftp/puttextfile_spec.rb +++ b/spec/ruby/library/net-ftp/puttextfile_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/pwd_spec.rb b/spec/ruby/library/net-ftp/pwd_spec.rb index 856ff5ff9b..a3dafdcd64 100644 --- a/spec/ruby/library/net/ftp/pwd_spec.rb +++ b/spec/ruby/library/net-ftp/pwd_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/quit_spec.rb b/spec/ruby/library/net-ftp/quit_spec.rb index 12b9fd3cee..3d06db91c6 100644 --- a/spec/ruby/library/net/ftp/quit_spec.rb +++ b/spec/ruby/library/net-ftp/quit_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/rename_spec.rb b/spec/ruby/library/net-ftp/rename_spec.rb index aa7c1360b5..63062abb45 100644 --- a/spec/ruby/library/net/ftp/rename_spec.rb +++ b/spec/ruby/library/net-ftp/rename_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/resume_spec.rb b/spec/ruby/library/net-ftp/resume_spec.rb index 1b575c29f1..f58e0e4521 100644 --- a/spec/ruby/library/net/ftp/resume_spec.rb +++ b/spec/ruby/library/net-ftp/resume_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/retrbinary_spec.rb b/spec/ruby/library/net-ftp/retrbinary_spec.rb index 1f89f0d454..4b4a171cd7 100644 --- a/spec/ruby/library/net/ftp/retrbinary_spec.rb +++ b/spec/ruby/library/net-ftp/retrbinary_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/retrlines_spec.rb b/spec/ruby/library/net-ftp/retrlines_spec.rb index f26b008680..e76f621dea 100644 --- a/spec/ruby/library/net/ftp/retrlines_spec.rb +++ b/spec/ruby/library/net-ftp/retrlines_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/return_code_spec.rb b/spec/ruby/library/net-ftp/return_code_spec.rb index 67fc9d3b19..61edbb6ce3 100644 --- a/spec/ruby/library/net/ftp/return_code_spec.rb +++ b/spec/ruby/library/net-ftp/return_code_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/rmdir_spec.rb b/spec/ruby/library/net-ftp/rmdir_spec.rb index 5b9586c6f0..ed03c4cde4 100644 --- a/spec/ruby/library/net/ftp/rmdir_spec.rb +++ b/spec/ruby/library/net-ftp/rmdir_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/sendcmd_spec.rb b/spec/ruby/library/net-ftp/sendcmd_spec.rb index fefb89ae0b..146d2623f1 100644 --- a/spec/ruby/library/net/ftp/sendcmd_spec.rb +++ b/spec/ruby/library/net-ftp/sendcmd_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/set_socket_spec.rb b/spec/ruby/library/net-ftp/set_socket_spec.rb index 6c8b58fb79..5f648ad451 100644 --- a/spec/ruby/library/net/ftp/set_socket_spec.rb +++ b/spec/ruby/library/net-ftp/set_socket_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/shared/getbinaryfile.rb b/spec/ruby/library/net-ftp/shared/getbinaryfile.rb index ceec8e7cd5..ceec8e7cd5 100644 --- a/spec/ruby/library/net/ftp/shared/getbinaryfile.rb +++ b/spec/ruby/library/net-ftp/shared/getbinaryfile.rb diff --git a/spec/ruby/library/net/ftp/shared/gettextfile.rb b/spec/ruby/library/net-ftp/shared/gettextfile.rb index 7fe14f7dfb..7fe14f7dfb 100644 --- a/spec/ruby/library/net/ftp/shared/gettextfile.rb +++ b/spec/ruby/library/net-ftp/shared/gettextfile.rb diff --git a/spec/ruby/library/net/ftp/shared/last_response_code.rb b/spec/ruby/library/net-ftp/shared/last_response_code.rb index 4fe53677db..4fe53677db 100644 --- a/spec/ruby/library/net/ftp/shared/last_response_code.rb +++ b/spec/ruby/library/net-ftp/shared/last_response_code.rb diff --git a/spec/ruby/library/net/ftp/shared/list.rb b/spec/ruby/library/net-ftp/shared/list.rb index adc3fa59c1..adc3fa59c1 100644 --- a/spec/ruby/library/net/ftp/shared/list.rb +++ b/spec/ruby/library/net-ftp/shared/list.rb diff --git a/spec/ruby/library/net/ftp/shared/putbinaryfile.rb b/spec/ruby/library/net-ftp/shared/putbinaryfile.rb index 45f53adc2a..45f53adc2a 100644 --- a/spec/ruby/library/net/ftp/shared/putbinaryfile.rb +++ b/spec/ruby/library/net-ftp/shared/putbinaryfile.rb diff --git a/spec/ruby/library/net/ftp/shared/puttextfile.rb b/spec/ruby/library/net-ftp/shared/puttextfile.rb index 3836e954b8..3836e954b8 100644 --- a/spec/ruby/library/net/ftp/shared/puttextfile.rb +++ b/spec/ruby/library/net-ftp/shared/puttextfile.rb diff --git a/spec/ruby/library/net/ftp/shared/pwd.rb b/spec/ruby/library/net-ftp/shared/pwd.rb index 951d020f2d..951d020f2d 100644 --- a/spec/ruby/library/net/ftp/shared/pwd.rb +++ b/spec/ruby/library/net-ftp/shared/pwd.rb diff --git a/spec/ruby/library/net/ftp/site_spec.rb b/spec/ruby/library/net-ftp/site_spec.rb index ca4f499112..af3e742164 100644 --- a/spec/ruby/library/net/ftp/site_spec.rb +++ b/spec/ruby/library/net-ftp/site_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/size_spec.rb b/spec/ruby/library/net-ftp/size_spec.rb index 0c20b10549..d514837d00 100644 --- a/spec/ruby/library/net/ftp/size_spec.rb +++ b/spec/ruby/library/net-ftp/size_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/spec_helper.rb b/spec/ruby/library/net-ftp/spec_helper.rb index c87d16218b..c87d16218b 100644 --- a/spec/ruby/library/net/ftp/spec_helper.rb +++ b/spec/ruby/library/net-ftp/spec_helper.rb diff --git a/spec/ruby/library/net/ftp/status_spec.rb b/spec/ruby/library/net-ftp/status_spec.rb index 03bc5d6e05..7da29c9c6d 100644 --- a/spec/ruby/library/net/ftp/status_spec.rb +++ b/spec/ruby/library/net-ftp/status_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/storbinary_spec.rb b/spec/ruby/library/net-ftp/storbinary_spec.rb index 6f73344612..46e8595a54 100644 --- a/spec/ruby/library/net/ftp/storbinary_spec.rb +++ b/spec/ruby/library/net-ftp/storbinary_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/storlines_spec.rb b/spec/ruby/library/net-ftp/storlines_spec.rb index 32b9448732..6352a21912 100644 --- a/spec/ruby/library/net/ftp/storlines_spec.rb +++ b/spec/ruby/library/net-ftp/storlines_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/system_spec.rb b/spec/ruby/library/net-ftp/system_spec.rb index 0630bbe1f6..464a8f3b70 100644 --- a/spec/ruby/library/net/ftp/system_spec.rb +++ b/spec/ruby/library/net-ftp/system_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/voidcmd_spec.rb b/spec/ruby/library/net-ftp/voidcmd_spec.rb index ee74455d63..7312a662d8 100644 --- a/spec/ruby/library/net/ftp/voidcmd_spec.rb +++ b/spec/ruby/library/net-ftp/voidcmd_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/ftp/welcome_spec.rb b/spec/ruby/library/net-ftp/welcome_spec.rb index e5414ef607..39f1ced38d 100644 --- a/spec/ruby/library/net/ftp/welcome_spec.rb +++ b/spec/ruby/library/net-ftp/welcome_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' ruby_version_is ""..."3.1" do require_relative 'spec_helper' diff --git a/spec/ruby/library/net/http/HTTPBadResponse_spec.rb b/spec/ruby/library/net-http/HTTPBadResponse_spec.rb index be644968f5..8f2e8ccfaf 100644 --- a/spec/ruby/library/net/http/HTTPBadResponse_spec.rb +++ b/spec/ruby/library/net-http/HTTPBadResponse_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' require 'net/http' describe "Net::HTTPBadResponse" do diff --git a/spec/ruby/library/net/http/HTTPClientExcepton_spec.rb b/spec/ruby/library/net-http/HTTPClientExcepton_spec.rb index d576349a57..2992e6596f 100644 --- a/spec/ruby/library/net/http/HTTPClientExcepton_spec.rb +++ b/spec/ruby/library/net-http/HTTPClientExcepton_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' require 'net/http' describe "Net::HTTPClientException" do diff --git a/spec/ruby/library/net/http/HTTPError_spec.rb b/spec/ruby/library/net-http/HTTPError_spec.rb index ab5f491bb7..7f79eef8cf 100644 --- a/spec/ruby/library/net/http/HTTPError_spec.rb +++ b/spec/ruby/library/net-http/HTTPError_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' require 'net/http' describe "Net::HTTPError" do diff --git a/spec/ruby/library/net/http/HTTPFatalError_spec.rb b/spec/ruby/library/net-http/HTTPFatalError_spec.rb index 6ab36bff6c..0113b9da2d 100644 --- a/spec/ruby/library/net/http/HTTPFatalError_spec.rb +++ b/spec/ruby/library/net-http/HTTPFatalError_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' require 'net/http' describe "Net::HTTPFatalError" do diff --git a/spec/ruby/library/net/http/HTTPHeaderSyntaxError_spec.rb b/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb index 38e9454f99..b3b73ff46f 100644 --- a/spec/ruby/library/net/http/HTTPHeaderSyntaxError_spec.rb +++ b/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' require 'net/http' describe "Net::HTTPHeaderSyntaxError" do diff --git a/spec/ruby/library/net/http/HTTPRetriableError_spec.rb b/spec/ruby/library/net-http/HTTPRetriableError_spec.rb index 3a4bb9146c..677731fb68 100644 --- a/spec/ruby/library/net/http/HTTPRetriableError_spec.rb +++ b/spec/ruby/library/net-http/HTTPRetriableError_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' require 'net/http' describe "Net::HTTPRetriableError" do diff --git a/spec/ruby/library/net/http/HTTPServerException_spec.rb b/spec/ruby/library/net-http/HTTPServerException_spec.rb index 23b0657364..5e0a833fee 100644 --- a/spec/ruby/library/net/http/HTTPServerException_spec.rb +++ b/spec/ruby/library/net-http/HTTPServerException_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../spec_helper' +require_relative '../../spec_helper' require 'net/http' describe "Net::HTTPServerException" do diff --git a/spec/ruby/library/net/http/http/Proxy_spec.rb b/spec/ruby/library/net-http/http/Proxy_spec.rb index f85ccc0ee9..a1a04fa00b 100644 --- a/spec/ruby/library/net/http/http/Proxy_spec.rb +++ b/spec/ruby/library/net-http/http/Proxy_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.Proxy" do diff --git a/spec/ruby/library/net/http/http/active_spec.rb b/spec/ruby/library/net-http/http/active_spec.rb index ef657243ba..c260274594 100644 --- a/spec/ruby/library/net/http/http/active_spec.rb +++ b/spec/ruby/library/net-http/http/active_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' require_relative 'shared/started' diff --git a/spec/ruby/library/net/http/http/address_spec.rb b/spec/ruby/library/net-http/http/address_spec.rb index 5fce76d767..7c5b82a8f9 100644 --- a/spec/ruby/library/net/http/http/address_spec.rb +++ b/spec/ruby/library/net-http/http/address_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP#address" do diff --git a/spec/ruby/library/net/http/http/close_on_empty_response_spec.rb b/spec/ruby/library/net-http/http/close_on_empty_response_spec.rb index a97b7b6c43..9cc756befb 100644 --- a/spec/ruby/library/net/http/http/close_on_empty_response_spec.rb +++ b/spec/ruby/library/net-http/http/close_on_empty_response_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP#close_on_empty_response" do diff --git a/spec/ruby/library/net/http/http/copy_spec.rb b/spec/ruby/library/net-http/http/copy_spec.rb index 5ebfdc334e..fba96c0f11 100644 --- a/spec/ruby/library/net/http/http/copy_spec.rb +++ b/spec/ruby/library/net-http/http/copy_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/default_port_spec.rb b/spec/ruby/library/net-http/http/default_port_spec.rb index 30db18efae..95b7316a0c 100644 --- a/spec/ruby/library/net/http/http/default_port_spec.rb +++ b/spec/ruby/library/net-http/http/default_port_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.default_port" do diff --git a/spec/ruby/library/net/http/http/delete_spec.rb b/spec/ruby/library/net-http/http/delete_spec.rb index 160c653115..d73aa5b375 100644 --- a/spec/ruby/library/net/http/http/delete_spec.rb +++ b/spec/ruby/library/net-http/http/delete_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/finish_spec.rb b/spec/ruby/library/net-http/http/finish_spec.rb index f98bc7be13..d4aa00dffe 100644 --- a/spec/ruby/library/net/http/http/finish_spec.rb +++ b/spec/ruby/library/net-http/http/finish_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/fixtures/http_server.rb b/spec/ruby/library/net-http/http/fixtures/http_server.rb index c1cedbfa76..c1cedbfa76 100644 --- a/spec/ruby/library/net/http/http/fixtures/http_server.rb +++ b/spec/ruby/library/net-http/http/fixtures/http_server.rb diff --git a/spec/ruby/library/net/http/http/get2_spec.rb b/spec/ruby/library/net-http/http/get2_spec.rb index 519e4c2599..57c05ec64b 100644 --- a/spec/ruby/library/net/http/http/get2_spec.rb +++ b/spec/ruby/library/net-http/http/get2_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' require_relative 'shared/request_get' diff --git a/spec/ruby/library/net/http/http/get_print_spec.rb b/spec/ruby/library/net-http/http/get_print_spec.rb index f59dd68c81..3c24ce44ea 100644 --- a/spec/ruby/library/net/http/http/get_print_spec.rb +++ b/spec/ruby/library/net-http/http/get_print_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/get_response_spec.rb b/spec/ruby/library/net-http/http/get_response_spec.rb index 941b35e773..7133ef8101 100644 --- a/spec/ruby/library/net/http/http/get_response_spec.rb +++ b/spec/ruby/library/net-http/http/get_response_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/get_spec.rb b/spec/ruby/library/net-http/http/get_spec.rb index a3b62e3754..e64a61c52c 100644 --- a/spec/ruby/library/net/http/http/get_spec.rb +++ b/spec/ruby/library/net-http/http/get_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/head2_spec.rb b/spec/ruby/library/net-http/http/head2_spec.rb index 6958204ee1..84cfff33d7 100644 --- a/spec/ruby/library/net/http/http/head2_spec.rb +++ b/spec/ruby/library/net-http/http/head2_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' require_relative 'shared/request_head' diff --git a/spec/ruby/library/net/http/http/head_spec.rb b/spec/ruby/library/net-http/http/head_spec.rb index 925a8e6043..64621fa87b 100644 --- a/spec/ruby/library/net/http/http/head_spec.rb +++ b/spec/ruby/library/net-http/http/head_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/http_default_port_spec.rb b/spec/ruby/library/net-http/http/http_default_port_spec.rb index cf7f73e630..3b17bcd0a5 100644 --- a/spec/ruby/library/net/http/http/http_default_port_spec.rb +++ b/spec/ruby/library/net-http/http/http_default_port_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.http_default_port" do diff --git a/spec/ruby/library/net/http/http/https_default_port_spec.rb b/spec/ruby/library/net-http/http/https_default_port_spec.rb index fbf0bd1abc..8c24e1d97c 100644 --- a/spec/ruby/library/net/http/http/https_default_port_spec.rb +++ b/spec/ruby/library/net-http/http/https_default_port_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.https_default_port" do diff --git a/spec/ruby/library/net/http/http/initialize_spec.rb b/spec/ruby/library/net-http/http/initialize_spec.rb index 7683713a0e..78aa01e1aa 100644 --- a/spec/ruby/library/net/http/http/initialize_spec.rb +++ b/spec/ruby/library/net-http/http/initialize_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP#initialize" do diff --git a/spec/ruby/library/net/http/http/inspect_spec.rb b/spec/ruby/library/net-http/http/inspect_spec.rb index b1e799ca34..b8f650809e 100644 --- a/spec/ruby/library/net/http/http/inspect_spec.rb +++ b/spec/ruby/library/net-http/http/inspect_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/is_version_1_1_spec.rb b/spec/ruby/library/net-http/http/is_version_1_1_spec.rb index f37695b777..bdb343f9e0 100644 --- a/spec/ruby/library/net/http/http/is_version_1_1_spec.rb +++ b/spec/ruby/library/net-http/http/is_version_1_1_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'shared/version_1_1' diff --git a/spec/ruby/library/net/http/http/is_version_1_2_spec.rb b/spec/ruby/library/net-http/http/is_version_1_2_spec.rb index 82dbdc87aa..555bb205dd 100644 --- a/spec/ruby/library/net/http/http/is_version_1_2_spec.rb +++ b/spec/ruby/library/net-http/http/is_version_1_2_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'shared/version_1_2' diff --git a/spec/ruby/library/net/http/http/lock_spec.rb b/spec/ruby/library/net-http/http/lock_spec.rb index bb76607a8b..aa1f944196 100644 --- a/spec/ruby/library/net/http/http/lock_spec.rb +++ b/spec/ruby/library/net-http/http/lock_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/mkcol_spec.rb b/spec/ruby/library/net-http/http/mkcol_spec.rb index 33017625e2..f8009f9059 100644 --- a/spec/ruby/library/net/http/http/mkcol_spec.rb +++ b/spec/ruby/library/net-http/http/mkcol_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/move_spec.rb b/spec/ruby/library/net-http/http/move_spec.rb index 4d6b828150..ae43016a2c 100644 --- a/spec/ruby/library/net/http/http/move_spec.rb +++ b/spec/ruby/library/net-http/http/move_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/new_spec.rb b/spec/ruby/library/net-http/http/new_spec.rb index 491d1d01fd..1ec6bbd0c0 100644 --- a/spec/ruby/library/net/http/http/new_spec.rb +++ b/spec/ruby/library/net-http/http/new_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.new" do diff --git a/spec/ruby/library/net/http/http/newobj_spec.rb b/spec/ruby/library/net-http/http/newobj_spec.rb index b261dcc5db..e19b30fca9 100644 --- a/spec/ruby/library/net/http/http/newobj_spec.rb +++ b/spec/ruby/library/net-http/http/newobj_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.newobj" do diff --git a/spec/ruby/library/net/http/http/open_timeout_spec.rb b/spec/ruby/library/net-http/http/open_timeout_spec.rb index 44b33615e6..0d93752271 100644 --- a/spec/ruby/library/net/http/http/open_timeout_spec.rb +++ b/spec/ruby/library/net-http/http/open_timeout_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP#open_timeout" do diff --git a/spec/ruby/library/net/http/http/options_spec.rb b/spec/ruby/library/net-http/http/options_spec.rb index d798e69197..3d9887a557 100644 --- a/spec/ruby/library/net/http/http/options_spec.rb +++ b/spec/ruby/library/net-http/http/options_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/port_spec.rb b/spec/ruby/library/net-http/http/port_spec.rb index 7de295ca75..0984d5e6ce 100644 --- a/spec/ruby/library/net/http/http/port_spec.rb +++ b/spec/ruby/library/net-http/http/port_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP#port" do diff --git a/spec/ruby/library/net/http/http/post2_spec.rb b/spec/ruby/library/net-http/http/post2_spec.rb index ccc95068fb..abc998709f 100644 --- a/spec/ruby/library/net/http/http/post2_spec.rb +++ b/spec/ruby/library/net-http/http/post2_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' require_relative 'shared/request_post' diff --git a/spec/ruby/library/net/http/http/post_form_spec.rb b/spec/ruby/library/net-http/http/post_form_spec.rb index 891e05e7af..de64a25bae 100644 --- a/spec/ruby/library/net/http/http/post_form_spec.rb +++ b/spec/ruby/library/net-http/http/post_form_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/post_spec.rb b/spec/ruby/library/net-http/http/post_spec.rb index 891e20aaca..9e7574015c 100644 --- a/spec/ruby/library/net/http/http/post_spec.rb +++ b/spec/ruby/library/net-http/http/post_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require 'uri' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/propfind_spec.rb b/spec/ruby/library/net-http/http/propfind_spec.rb index 5240171618..f3742d1b1a 100644 --- a/spec/ruby/library/net/http/http/propfind_spec.rb +++ b/spec/ruby/library/net-http/http/propfind_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/proppatch_spec.rb b/spec/ruby/library/net-http/http/proppatch_spec.rb index 7a761a9f23..0163d24d46 100644 --- a/spec/ruby/library/net/http/http/proppatch_spec.rb +++ b/spec/ruby/library/net-http/http/proppatch_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/proxy_address_spec.rb b/spec/ruby/library/net-http/http/proxy_address_spec.rb index 8d152b8d44..5b5efb7ac0 100644 --- a/spec/ruby/library/net/http/http/proxy_address_spec.rb +++ b/spec/ruby/library/net-http/http/proxy_address_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.proxy_address" do diff --git a/spec/ruby/library/net/http/http/proxy_class_spec.rb b/spec/ruby/library/net-http/http/proxy_class_spec.rb index 2d32a39f01..00975aef4e 100644 --- a/spec/ruby/library/net/http/http/proxy_class_spec.rb +++ b/spec/ruby/library/net-http/http/proxy_class_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.proxy_class?" do diff --git a/spec/ruby/library/net/http/http/proxy_pass_spec.rb b/spec/ruby/library/net-http/http/proxy_pass_spec.rb index 94a0034544..4e393a53ff 100644 --- a/spec/ruby/library/net/http/http/proxy_pass_spec.rb +++ b/spec/ruby/library/net-http/http/proxy_pass_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.proxy_pass" do diff --git a/spec/ruby/library/net/http/http/proxy_port_spec.rb b/spec/ruby/library/net-http/http/proxy_port_spec.rb index 339f7ee850..d7d37f3927 100644 --- a/spec/ruby/library/net/http/http/proxy_port_spec.rb +++ b/spec/ruby/library/net-http/http/proxy_port_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.proxy_port" do diff --git a/spec/ruby/library/net/http/http/proxy_user_spec.rb b/spec/ruby/library/net-http/http/proxy_user_spec.rb index 01fda400e9..ef7654425d 100644 --- a/spec/ruby/library/net/http/http/proxy_user_spec.rb +++ b/spec/ruby/library/net-http/http/proxy_user_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.proxy_user" do diff --git a/spec/ruby/library/net/http/http/put2_spec.rb b/spec/ruby/library/net-http/http/put2_spec.rb index 99329a5fd9..7b03a39d0b 100644 --- a/spec/ruby/library/net/http/http/put2_spec.rb +++ b/spec/ruby/library/net-http/http/put2_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' require_relative 'shared/request_put' diff --git a/spec/ruby/library/net/http/http/put_spec.rb b/spec/ruby/library/net-http/http/put_spec.rb index 3ca0d0963e..75f3c243d4 100644 --- a/spec/ruby/library/net/http/http/put_spec.rb +++ b/spec/ruby/library/net-http/http/put_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/read_timeout_spec.rb b/spec/ruby/library/net-http/http/read_timeout_spec.rb index e23ee76025..7a0d2f1d72 100644 --- a/spec/ruby/library/net/http/http/read_timeout_spec.rb +++ b/spec/ruby/library/net-http/http/read_timeout_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP#read_timeout" do diff --git a/spec/ruby/library/net/http/http/request_get_spec.rb b/spec/ruby/library/net-http/http/request_get_spec.rb index 9932ef0beb..98025a14a1 100644 --- a/spec/ruby/library/net/http/http/request_get_spec.rb +++ b/spec/ruby/library/net-http/http/request_get_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' require_relative 'shared/request_get' diff --git a/spec/ruby/library/net/http/http/request_head_spec.rb b/spec/ruby/library/net-http/http/request_head_spec.rb index 788101c951..8f514d4eee 100644 --- a/spec/ruby/library/net/http/http/request_head_spec.rb +++ b/spec/ruby/library/net-http/http/request_head_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' require_relative 'shared/request_head' diff --git a/spec/ruby/library/net/http/http/request_post_spec.rb b/spec/ruby/library/net-http/http/request_post_spec.rb index 7ac67cf95d..719bd5a7ee 100644 --- a/spec/ruby/library/net/http/http/request_post_spec.rb +++ b/spec/ruby/library/net-http/http/request_post_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' require_relative 'shared/request_post' diff --git a/spec/ruby/library/net/http/http/request_put_spec.rb b/spec/ruby/library/net-http/http/request_put_spec.rb index 110ac43ca6..9fcf3a98d6 100644 --- a/spec/ruby/library/net/http/http/request_put_spec.rb +++ b/spec/ruby/library/net-http/http/request_put_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' require_relative 'shared/request_put' diff --git a/spec/ruby/library/net/http/http/request_spec.rb b/spec/ruby/library/net-http/http/request_spec.rb index e63dde9c8d..356e605b3b 100644 --- a/spec/ruby/library/net/http/http/request_spec.rb +++ b/spec/ruby/library/net-http/http/request_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/request_types_spec.rb b/spec/ruby/library/net-http/http/request_types_spec.rb index 99d754d3d1..53aef1ee58 100644 --- a/spec/ruby/library/net/http/http/request_types_spec.rb +++ b/spec/ruby/library/net-http/http/request_types_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP::Get" do diff --git a/spec/ruby/library/net/http/http/send_request_spec.rb b/spec/ruby/library/net-http/http/send_request_spec.rb index 83e9448b8b..e82b2a96a1 100644 --- a/spec/ruby/library/net/http/http/send_request_spec.rb +++ b/spec/ruby/library/net-http/http/send_request_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/set_debug_output_spec.rb b/spec/ruby/library/net-http/http/set_debug_output_spec.rb index 94b6f4499d..5ceecb39fb 100644 --- a/spec/ruby/library/net/http/http/set_debug_output_spec.rb +++ b/spec/ruby/library/net-http/http/set_debug_output_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require "stringio" require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/shared/request_get.rb b/spec/ruby/library/net-http/http/shared/request_get.rb index d25f32049b..d25f32049b 100644 --- a/spec/ruby/library/net/http/http/shared/request_get.rb +++ b/spec/ruby/library/net-http/http/shared/request_get.rb diff --git a/spec/ruby/library/net/http/http/shared/request_head.rb b/spec/ruby/library/net-http/http/shared/request_head.rb index 78b555884b..78b555884b 100644 --- a/spec/ruby/library/net/http/http/shared/request_head.rb +++ b/spec/ruby/library/net-http/http/shared/request_head.rb diff --git a/spec/ruby/library/net/http/http/shared/request_post.rb b/spec/ruby/library/net-http/http/shared/request_post.rb index e832411c48..e832411c48 100644 --- a/spec/ruby/library/net/http/http/shared/request_post.rb +++ b/spec/ruby/library/net-http/http/shared/request_post.rb diff --git a/spec/ruby/library/net/http/http/shared/request_put.rb b/spec/ruby/library/net-http/http/shared/request_put.rb index 3b902f4957..3b902f4957 100644 --- a/spec/ruby/library/net/http/http/shared/request_put.rb +++ b/spec/ruby/library/net-http/http/shared/request_put.rb diff --git a/spec/ruby/library/net/http/http/shared/started.rb b/spec/ruby/library/net-http/http/shared/started.rb index 9ff6272c31..9ff6272c31 100644 --- a/spec/ruby/library/net/http/http/shared/started.rb +++ b/spec/ruby/library/net-http/http/shared/started.rb diff --git a/spec/ruby/library/net/http/http/shared/version_1_1.rb b/spec/ruby/library/net-http/http/shared/version_1_1.rb index db3d6a986d..db3d6a986d 100644 --- a/spec/ruby/library/net/http/http/shared/version_1_1.rb +++ b/spec/ruby/library/net-http/http/shared/version_1_1.rb diff --git a/spec/ruby/library/net/http/http/shared/version_1_2.rb b/spec/ruby/library/net-http/http/shared/version_1_2.rb index b044182c60..b044182c60 100644 --- a/spec/ruby/library/net/http/http/shared/version_1_2.rb +++ b/spec/ruby/library/net-http/http/shared/version_1_2.rb diff --git a/spec/ruby/library/net/http/http/socket_type_spec.rb b/spec/ruby/library/net-http/http/socket_type_spec.rb index 5c844ddf94..f6826777b0 100644 --- a/spec/ruby/library/net/http/http/socket_type_spec.rb +++ b/spec/ruby/library/net-http/http/socket_type_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP.socket_type" do diff --git a/spec/ruby/library/net/http/http/start_spec.rb b/spec/ruby/library/net-http/http/start_spec.rb index a2768eed18..0ce3e79269 100644 --- a/spec/ruby/library/net/http/http/start_spec.rb +++ b/spec/ruby/library/net-http/http/start_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/started_spec.rb b/spec/ruby/library/net-http/http/started_spec.rb index ea441ed16a..cbb82ceefa 100644 --- a/spec/ruby/library/net/http/http/started_spec.rb +++ b/spec/ruby/library/net-http/http/started_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' require_relative 'shared/started' diff --git a/spec/ruby/library/net/http/http/trace_spec.rb b/spec/ruby/library/net-http/http/trace_spec.rb index 94a1bf6655..9809d537c5 100644 --- a/spec/ruby/library/net/http/http/trace_spec.rb +++ b/spec/ruby/library/net-http/http/trace_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/unlock_spec.rb b/spec/ruby/library/net-http/http/unlock_spec.rb index a4f1b7a1d1..adf0b49f65 100644 --- a/spec/ruby/library/net/http/http/unlock_spec.rb +++ b/spec/ruby/library/net-http/http/unlock_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/http_server' diff --git a/spec/ruby/library/net/http/http/use_ssl_spec.rb b/spec/ruby/library/net-http/http/use_ssl_spec.rb index be1ec7fa25..912a62a8ba 100644 --- a/spec/ruby/library/net/http/http/use_ssl_spec.rb +++ b/spec/ruby/library/net-http/http/use_ssl_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTP#use_ssl?" do diff --git a/spec/ruby/library/net/http/http/version_1_1_spec.rb b/spec/ruby/library/net-http/http/version_1_1_spec.rb index 1c069e9ea6..34a4ac8a6b 100644 --- a/spec/ruby/library/net/http/http/version_1_1_spec.rb +++ b/spec/ruby/library/net-http/http/version_1_1_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'shared/version_1_1' diff --git a/spec/ruby/library/net/http/http/version_1_2_spec.rb b/spec/ruby/library/net-http/http/version_1_2_spec.rb index 4e601462c9..e994511aea 100644 --- a/spec/ruby/library/net/http/http/version_1_2_spec.rb +++ b/spec/ruby/library/net-http/http/version_1_2_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'shared/version_1_2' diff --git a/spec/ruby/library/net/http/httpexceptions/fixtures/classes.rb b/spec/ruby/library/net-http/httpexceptions/fixtures/classes.rb index abe8855eff..abe8855eff 100644 --- a/spec/ruby/library/net/http/httpexceptions/fixtures/classes.rb +++ b/spec/ruby/library/net-http/httpexceptions/fixtures/classes.rb diff --git a/spec/ruby/library/net/http/httpexceptions/initialize_spec.rb b/spec/ruby/library/net-http/httpexceptions/initialize_spec.rb index 8e3fd8cc02..5316cca69d 100644 --- a/spec/ruby/library/net/http/httpexceptions/initialize_spec.rb +++ b/spec/ruby/library/net-http/httpexceptions/initialize_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpexceptions/response_spec.rb b/spec/ruby/library/net-http/httpexceptions/response_spec.rb index 205b2bc212..d718b1ae21 100644 --- a/spec/ruby/library/net/http/httpexceptions/response_spec.rb +++ b/spec/ruby/library/net-http/httpexceptions/response_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpgenericrequest/body_exist_spec.rb b/spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb index 7d081939b8..6c886499ca 100644 --- a/spec/ruby/library/net/http/httpgenericrequest/body_exist_spec.rb +++ b/spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPGenericRequest#body_exist?" do diff --git a/spec/ruby/library/net/http/httpgenericrequest/body_spec.rb b/spec/ruby/library/net-http/httpgenericrequest/body_spec.rb index a215895b57..5f7315f303 100644 --- a/spec/ruby/library/net/http/httpgenericrequest/body_spec.rb +++ b/spec/ruby/library/net-http/httpgenericrequest/body_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require "stringio" diff --git a/spec/ruby/library/net/http/httpgenericrequest/body_stream_spec.rb b/spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb index c2a60e6836..dea1c8c883 100644 --- a/spec/ruby/library/net/http/httpgenericrequest/body_stream_spec.rb +++ b/spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require "stringio" diff --git a/spec/ruby/library/net/http/httpgenericrequest/exec_spec.rb b/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb index da5b1a63be..cf13e9dfd6 100644 --- a/spec/ruby/library/net/http/httpgenericrequest/exec_spec.rb +++ b/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require "stringio" diff --git a/spec/ruby/library/net/http/httpgenericrequest/inspect_spec.rb b/spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb index 36240949c3..d03b6e6953 100644 --- a/spec/ruby/library/net/http/httpgenericrequest/inspect_spec.rb +++ b/spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPGenericRequest#inspect" do diff --git a/spec/ruby/library/net/http/httpgenericrequest/method_spec.rb b/spec/ruby/library/net-http/httpgenericrequest/method_spec.rb index 3f7c2cbf2b..794bd328cd 100644 --- a/spec/ruby/library/net/http/httpgenericrequest/method_spec.rb +++ b/spec/ruby/library/net-http/httpgenericrequest/method_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPGenericRequest#method" do diff --git a/spec/ruby/library/net/http/httpgenericrequest/path_spec.rb b/spec/ruby/library/net-http/httpgenericrequest/path_spec.rb index fc4cf9af53..a9fac3f67e 100644 --- a/spec/ruby/library/net/http/httpgenericrequest/path_spec.rb +++ b/spec/ruby/library/net-http/httpgenericrequest/path_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPGenericRequest#path" do diff --git a/spec/ruby/library/net/http/httpgenericrequest/request_body_permitted_spec.rb b/spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb index 50cd1ff637..1713b59baf 100644 --- a/spec/ruby/library/net/http/httpgenericrequest/request_body_permitted_spec.rb +++ b/spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPGenericRequest#request_body_permitted?" do diff --git a/spec/ruby/library/net/http/httpgenericrequest/response_body_permitted_spec.rb b/spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb index 0c4165d0ab..2f0751c344 100644 --- a/spec/ruby/library/net/http/httpgenericrequest/response_body_permitted_spec.rb +++ b/spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPGenericRequest#response_body_permitted?" do diff --git a/spec/ruby/library/net/http/httpgenericrequest/set_body_internal_spec.rb b/spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb index 7494c69173..358aa6cde3 100644 --- a/spec/ruby/library/net/http/httpgenericrequest/set_body_internal_spec.rb +++ b/spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPGenericRequest#set_body_internal when passed string" do diff --git a/spec/ruby/library/net/http/httpheader/add_field_spec.rb b/spec/ruby/library/net-http/httpheader/add_field_spec.rb index 882d5ac5bb..8cd3d33517 100644 --- a/spec/ruby/library/net/http/httpheader/add_field_spec.rb +++ b/spec/ruby/library/net-http/httpheader/add_field_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/basic_auth_spec.rb b/spec/ruby/library/net-http/httpheader/basic_auth_spec.rb index fa2a710fe1..db7ca84d13 100644 --- a/spec/ruby/library/net/http/httpheader/basic_auth_spec.rb +++ b/spec/ruby/library/net-http/httpheader/basic_auth_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/canonical_each_spec.rb b/spec/ruby/library/net-http/httpheader/canonical_each_spec.rb index 0dddd3049b..64a5cae89e 100644 --- a/spec/ruby/library/net/http/httpheader/canonical_each_spec.rb +++ b/spec/ruby/library/net-http/httpheader/canonical_each_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/each_capitalized' diff --git a/spec/ruby/library/net/http/httpheader/chunked_spec.rb b/spec/ruby/library/net-http/httpheader/chunked_spec.rb index 96b758981b..b32a0aab38 100644 --- a/spec/ruby/library/net/http/httpheader/chunked_spec.rb +++ b/spec/ruby/library/net-http/httpheader/chunked_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/content_length_spec.rb b/spec/ruby/library/net-http/httpheader/content_length_spec.rb index e344817e82..f05c5f8d8b 100644 --- a/spec/ruby/library/net/http/httpheader/content_length_spec.rb +++ b/spec/ruby/library/net-http/httpheader/content_length_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/content_range_spec.rb b/spec/ruby/library/net-http/httpheader/content_range_spec.rb index ba75f9a9a1..09737141a5 100644 --- a/spec/ruby/library/net/http/httpheader/content_range_spec.rb +++ b/spec/ruby/library/net-http/httpheader/content_range_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/content_type_spec.rb b/spec/ruby/library/net-http/httpheader/content_type_spec.rb index 1f8b4ba326..a6e1ae1093 100644 --- a/spec/ruby/library/net/http/httpheader/content_type_spec.rb +++ b/spec/ruby/library/net-http/httpheader/content_type_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/set_content_type' diff --git a/spec/ruby/library/net/http/httpheader/delete_spec.rb b/spec/ruby/library/net-http/httpheader/delete_spec.rb index 603ae198de..8d929dbd86 100644 --- a/spec/ruby/library/net/http/httpheader/delete_spec.rb +++ b/spec/ruby/library/net-http/httpheader/delete_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/each_capitalized_name_spec.rb b/spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb index 1af2c6939c..27713577f9 100644 --- a/spec/ruby/library/net/http/httpheader/each_capitalized_name_spec.rb +++ b/spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/each_capitalized_spec.rb b/spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb index 961a2d051f..1e853995ea 100644 --- a/spec/ruby/library/net/http/httpheader/each_capitalized_spec.rb +++ b/spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/each_capitalized' diff --git a/spec/ruby/library/net/http/httpheader/each_header_spec.rb b/spec/ruby/library/net-http/httpheader/each_header_spec.rb index 19634a001b..869feebacf 100644 --- a/spec/ruby/library/net/http/httpheader/each_header_spec.rb +++ b/spec/ruby/library/net-http/httpheader/each_header_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/each_header' diff --git a/spec/ruby/library/net/http/httpheader/each_key_spec.rb b/spec/ruby/library/net-http/httpheader/each_key_spec.rb index ebb17d2eac..1ad145629f 100644 --- a/spec/ruby/library/net/http/httpheader/each_key_spec.rb +++ b/spec/ruby/library/net-http/httpheader/each_key_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/each_name' diff --git a/spec/ruby/library/net/http/httpheader/each_name_spec.rb b/spec/ruby/library/net-http/httpheader/each_name_spec.rb index f4533ebcfb..f819bd989d 100644 --- a/spec/ruby/library/net/http/httpheader/each_name_spec.rb +++ b/spec/ruby/library/net-http/httpheader/each_name_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/each_name' diff --git a/spec/ruby/library/net/http/httpheader/each_spec.rb b/spec/ruby/library/net-http/httpheader/each_spec.rb index 7ba8434f75..ff37249d0a 100644 --- a/spec/ruby/library/net/http/httpheader/each_spec.rb +++ b/spec/ruby/library/net-http/httpheader/each_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/each_header' diff --git a/spec/ruby/library/net/http/httpheader/each_value_spec.rb b/spec/ruby/library/net-http/httpheader/each_value_spec.rb index 3224de7703..b71df58c65 100644 --- a/spec/ruby/library/net/http/httpheader/each_value_spec.rb +++ b/spec/ruby/library/net-http/httpheader/each_value_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/element_reference_spec.rb b/spec/ruby/library/net-http/httpheader/element_reference_spec.rb index 4a35e20d20..1003c41af9 100644 --- a/spec/ruby/library/net/http/httpheader/element_reference_spec.rb +++ b/spec/ruby/library/net-http/httpheader/element_reference_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/element_set_spec.rb b/spec/ruby/library/net-http/httpheader/element_set_spec.rb index e9ad64fafc..376df2f977 100644 --- a/spec/ruby/library/net/http/httpheader/element_set_spec.rb +++ b/spec/ruby/library/net-http/httpheader/element_set_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/fetch_spec.rb b/spec/ruby/library/net-http/httpheader/fetch_spec.rb index ea15679acb..58c69c0377 100644 --- a/spec/ruby/library/net/http/httpheader/fetch_spec.rb +++ b/spec/ruby/library/net-http/httpheader/fetch_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/fixtures/classes.rb b/spec/ruby/library/net-http/httpheader/fixtures/classes.rb index b5ec6abd75..b5ec6abd75 100644 --- a/spec/ruby/library/net/http/httpheader/fixtures/classes.rb +++ b/spec/ruby/library/net-http/httpheader/fixtures/classes.rb diff --git a/spec/ruby/library/net/http/httpheader/form_data_spec.rb b/spec/ruby/library/net-http/httpheader/form_data_spec.rb index 9b29a03159..acd913f53a 100644 --- a/spec/ruby/library/net/http/httpheader/form_data_spec.rb +++ b/spec/ruby/library/net-http/httpheader/form_data_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/set_form_data' diff --git a/spec/ruby/library/net/http/httpheader/get_fields_spec.rb b/spec/ruby/library/net-http/httpheader/get_fields_spec.rb index 1b623bf2a3..0278bcede2 100644 --- a/spec/ruby/library/net/http/httpheader/get_fields_spec.rb +++ b/spec/ruby/library/net-http/httpheader/get_fields_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/initialize_http_header_spec.rb b/spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb index efc5e7d0b2..f9e6d208e5 100644 --- a/spec/ruby/library/net/http/httpheader/initialize_http_header_spec.rb +++ b/spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/key_spec.rb b/spec/ruby/library/net-http/httpheader/key_spec.rb index 9099024229..2b7aeb9c2a 100644 --- a/spec/ruby/library/net/http/httpheader/key_spec.rb +++ b/spec/ruby/library/net-http/httpheader/key_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/length_spec.rb b/spec/ruby/library/net-http/httpheader/length_spec.rb index 0d1da149f4..57e32742e4 100644 --- a/spec/ruby/library/net/http/httpheader/length_spec.rb +++ b/spec/ruby/library/net-http/httpheader/length_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/size' diff --git a/spec/ruby/library/net/http/httpheader/main_type_spec.rb b/spec/ruby/library/net-http/httpheader/main_type_spec.rb index 3e18de6b5b..4dd551d8f4 100644 --- a/spec/ruby/library/net/http/httpheader/main_type_spec.rb +++ b/spec/ruby/library/net-http/httpheader/main_type_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/proxy_basic_auth_spec.rb b/spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb index 8b576ee164..d9f6afc5a7 100644 --- a/spec/ruby/library/net/http/httpheader/proxy_basic_auth_spec.rb +++ b/spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/range_length_spec.rb b/spec/ruby/library/net-http/httpheader/range_length_spec.rb index b8fce4f690..77323ac872 100644 --- a/spec/ruby/library/net/http/httpheader/range_length_spec.rb +++ b/spec/ruby/library/net-http/httpheader/range_length_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/range_spec.rb b/spec/ruby/library/net-http/httpheader/range_spec.rb index 005177f6be..2de80a825e 100644 --- a/spec/ruby/library/net/http/httpheader/range_spec.rb +++ b/spec/ruby/library/net-http/httpheader/range_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/set_range' diff --git a/spec/ruby/library/net/http/httpheader/set_content_type_spec.rb b/spec/ruby/library/net-http/httpheader/set_content_type_spec.rb index 125f7a7e0d..7ec4f90b8e 100644 --- a/spec/ruby/library/net/http/httpheader/set_content_type_spec.rb +++ b/spec/ruby/library/net-http/httpheader/set_content_type_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/set_content_type' diff --git a/spec/ruby/library/net/http/httpheader/set_form_data_spec.rb b/spec/ruby/library/net-http/httpheader/set_form_data_spec.rb index 14c66ae01c..7aac19f045 100644 --- a/spec/ruby/library/net/http/httpheader/set_form_data_spec.rb +++ b/spec/ruby/library/net-http/httpheader/set_form_data_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/set_form_data' diff --git a/spec/ruby/library/net/http/httpheader/set_range_spec.rb b/spec/ruby/library/net-http/httpheader/set_range_spec.rb index 85b9c50422..0f98de55e6 100644 --- a/spec/ruby/library/net/http/httpheader/set_range_spec.rb +++ b/spec/ruby/library/net-http/httpheader/set_range_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/set_range' diff --git a/spec/ruby/library/net/http/httpheader/shared/each_capitalized.rb b/spec/ruby/library/net-http/httpheader/shared/each_capitalized.rb index 3bac409876..3bac409876 100644 --- a/spec/ruby/library/net/http/httpheader/shared/each_capitalized.rb +++ b/spec/ruby/library/net-http/httpheader/shared/each_capitalized.rb diff --git a/spec/ruby/library/net/http/httpheader/shared/each_header.rb b/spec/ruby/library/net-http/httpheader/shared/each_header.rb index 6bf3a6ddfe..6bf3a6ddfe 100644 --- a/spec/ruby/library/net/http/httpheader/shared/each_header.rb +++ b/spec/ruby/library/net-http/httpheader/shared/each_header.rb diff --git a/spec/ruby/library/net/http/httpheader/shared/each_name.rb b/spec/ruby/library/net-http/httpheader/shared/each_name.rb index efc6a09dfd..efc6a09dfd 100644 --- a/spec/ruby/library/net/http/httpheader/shared/each_name.rb +++ b/spec/ruby/library/net-http/httpheader/shared/each_name.rb diff --git a/spec/ruby/library/net/http/httpheader/shared/set_content_type.rb b/spec/ruby/library/net-http/httpheader/shared/set_content_type.rb index b7359bdca6..b7359bdca6 100644 --- a/spec/ruby/library/net/http/httpheader/shared/set_content_type.rb +++ b/spec/ruby/library/net-http/httpheader/shared/set_content_type.rb diff --git a/spec/ruby/library/net/http/httpheader/shared/set_form_data.rb b/spec/ruby/library/net-http/httpheader/shared/set_form_data.rb index db20b18803..db20b18803 100644 --- a/spec/ruby/library/net/http/httpheader/shared/set_form_data.rb +++ b/spec/ruby/library/net-http/httpheader/shared/set_form_data.rb diff --git a/spec/ruby/library/net/http/httpheader/shared/set_range.rb b/spec/ruby/library/net-http/httpheader/shared/set_range.rb index 87f51d46f3..87f51d46f3 100644 --- a/spec/ruby/library/net/http/httpheader/shared/set_range.rb +++ b/spec/ruby/library/net-http/httpheader/shared/set_range.rb diff --git a/spec/ruby/library/net/http/httpheader/shared/size.rb b/spec/ruby/library/net-http/httpheader/shared/size.rb index e2b1e4c22b..e2b1e4c22b 100644 --- a/spec/ruby/library/net/http/httpheader/shared/size.rb +++ b/spec/ruby/library/net-http/httpheader/shared/size.rb diff --git a/spec/ruby/library/net/http/httpheader/size_spec.rb b/spec/ruby/library/net-http/httpheader/size_spec.rb index a7d78f96e0..210060ce21 100644 --- a/spec/ruby/library/net/http/httpheader/size_spec.rb +++ b/spec/ruby/library/net-http/httpheader/size_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' require_relative 'shared/size' diff --git a/spec/ruby/library/net/http/httpheader/sub_type_spec.rb b/spec/ruby/library/net-http/httpheader/sub_type_spec.rb index 3c73ca0027..b39b57fe8d 100644 --- a/spec/ruby/library/net/http/httpheader/sub_type_spec.rb +++ b/spec/ruby/library/net-http/httpheader/sub_type_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/to_hash_spec.rb b/spec/ruby/library/net-http/httpheader/to_hash_spec.rb index 8c1d36c30a..3cebc519a6 100644 --- a/spec/ruby/library/net/http/httpheader/to_hash_spec.rb +++ b/spec/ruby/library/net-http/httpheader/to_hash_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httpheader/type_params_spec.rb b/spec/ruby/library/net-http/httpheader/type_params_spec.rb index e77be7ea85..ac97e2b48c 100644 --- a/spec/ruby/library/net/http/httpheader/type_params_spec.rb +++ b/spec/ruby/library/net-http/httpheader/type_params_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'fixtures/classes' diff --git a/spec/ruby/library/net/http/httprequest/initialize_spec.rb b/spec/ruby/library/net-http/httprequest/initialize_spec.rb index 88e9fb1c77..d009a00ed2 100644 --- a/spec/ruby/library/net/http/httprequest/initialize_spec.rb +++ b/spec/ruby/library/net-http/httprequest/initialize_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' module NetHTTPRequestSpecs diff --git a/spec/ruby/library/net/http/httpresponse/body_permitted_spec.rb b/spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb index 8ade46689f..68965de4a1 100644 --- a/spec/ruby/library/net/http/httpresponse/body_permitted_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse.body_permitted?" do diff --git a/spec/ruby/library/net/http/httpresponse/body_spec.rb b/spec/ruby/library/net-http/httpresponse/body_spec.rb index 79569441f1..ddfcd834c4 100644 --- a/spec/ruby/library/net/http/httpresponse/body_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/body_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'shared/body' diff --git a/spec/ruby/library/net/http/httpresponse/code_spec.rb b/spec/ruby/library/net-http/httpresponse/code_spec.rb index 114277cb43..699062ad97 100644 --- a/spec/ruby/library/net/http/httpresponse/code_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/code_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#code" do diff --git a/spec/ruby/library/net/http/httpresponse/code_type_spec.rb b/spec/ruby/library/net-http/httpresponse/code_type_spec.rb index fa2d572e9a..beb661cbbe 100644 --- a/spec/ruby/library/net/http/httpresponse/code_type_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/code_type_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#code_type" do diff --git a/spec/ruby/library/net/http/httpresponse/entity_spec.rb b/spec/ruby/library/net-http/httpresponse/entity_spec.rb index f1639042c1..ca8c4b29c0 100644 --- a/spec/ruby/library/net/http/httpresponse/entity_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/entity_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require_relative 'shared/body' diff --git a/spec/ruby/library/net/http/httpresponse/error_spec.rb b/spec/ruby/library/net-http/httpresponse/error_spec.rb index 89f4a47f60..6ced90fa23 100644 --- a/spec/ruby/library/net/http/httpresponse/error_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/error_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#error!" do diff --git a/spec/ruby/library/net/http/httpresponse/error_type_spec.rb b/spec/ruby/library/net-http/httpresponse/error_type_spec.rb index 8885b7706b..3969621a5e 100644 --- a/spec/ruby/library/net/http/httpresponse/error_type_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/error_type_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#error_type" do diff --git a/spec/ruby/library/net/http/httpresponse/exception_type_spec.rb b/spec/ruby/library/net-http/httpresponse/exception_type_spec.rb index 0c9c11291f..dd2761a744 100644 --- a/spec/ruby/library/net/http/httpresponse/exception_type_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/exception_type_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse.exception_type" do diff --git a/spec/ruby/library/net/http/httpresponse/header_spec.rb b/spec/ruby/library/net-http/httpresponse/header_spec.rb index a9615feda8..a403dbd2c3 100644 --- a/spec/ruby/library/net/http/httpresponse/header_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/header_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#header" do diff --git a/spec/ruby/library/net/http/httpresponse/http_version_spec.rb b/spec/ruby/library/net-http/httpresponse/http_version_spec.rb index db85696d77..a3e413a360 100644 --- a/spec/ruby/library/net/http/httpresponse/http_version_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/http_version_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#http_version" do diff --git a/spec/ruby/library/net/http/httpresponse/initialize_spec.rb b/spec/ruby/library/net-http/httpresponse/initialize_spec.rb index eb77e2e277..673c11a245 100644 --- a/spec/ruby/library/net/http/httpresponse/initialize_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/initialize_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#initialize when passed http_version, response_code, response_message" do diff --git a/spec/ruby/library/net/http/httpresponse/inspect_spec.rb b/spec/ruby/library/net-http/httpresponse/inspect_spec.rb index 1e1a2c7cc7..43071ec8cd 100644 --- a/spec/ruby/library/net/http/httpresponse/inspect_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/inspect_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require "stringio" diff --git a/spec/ruby/library/net/http/httpresponse/message_spec.rb b/spec/ruby/library/net-http/httpresponse/message_spec.rb index ae8e3678a1..5ba73bb449 100644 --- a/spec/ruby/library/net/http/httpresponse/message_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/message_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#message" do diff --git a/spec/ruby/library/net/http/httpresponse/msg_spec.rb b/spec/ruby/library/net-http/httpresponse/msg_spec.rb index 0e5e7eb4aa..04f5836d7a 100644 --- a/spec/ruby/library/net/http/httpresponse/msg_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/msg_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#msg" do diff --git a/spec/ruby/library/net/http/httpresponse/read_body_spec.rb b/spec/ruby/library/net-http/httpresponse/read_body_spec.rb index ec9b42f919..380d17d3b9 100644 --- a/spec/ruby/library/net/http/httpresponse/read_body_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/read_body_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require 'stringio' diff --git a/spec/ruby/library/net/http/httpresponse/read_header_spec.rb b/spec/ruby/library/net-http/httpresponse/read_header_spec.rb index 6af8c6bd6a..3ea4ee834b 100644 --- a/spec/ruby/library/net/http/httpresponse/read_header_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/read_header_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#read_header" do diff --git a/spec/ruby/library/net/http/httpresponse/read_new_spec.rb b/spec/ruby/library/net-http/httpresponse/read_new_spec.rb index dc2cdc9621..82f7a47ce8 100644 --- a/spec/ruby/library/net/http/httpresponse/read_new_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/read_new_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require 'stringio' diff --git a/spec/ruby/library/net/http/httpresponse/reading_body_spec.rb b/spec/ruby/library/net-http/httpresponse/reading_body_spec.rb index ebdab891e1..637a2806f8 100644 --- a/spec/ruby/library/net/http/httpresponse/reading_body_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/reading_body_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' require "stringio" diff --git a/spec/ruby/library/net/http/httpresponse/response_spec.rb b/spec/ruby/library/net-http/httpresponse/response_spec.rb index f6035f3695..caa0ca2d19 100644 --- a/spec/ruby/library/net/http/httpresponse/response_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/response_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#response" do diff --git a/spec/ruby/library/net/http/httpresponse/shared/body.rb b/spec/ruby/library/net-http/httpresponse/shared/body.rb index 618e3936fb..618e3936fb 100644 --- a/spec/ruby/library/net/http/httpresponse/shared/body.rb +++ b/spec/ruby/library/net-http/httpresponse/shared/body.rb diff --git a/spec/ruby/library/net/http/httpresponse/value_spec.rb b/spec/ruby/library/net-http/httpresponse/value_spec.rb index 5cd58316ef..2df8beaa10 100644 --- a/spec/ruby/library/net/http/httpresponse/value_spec.rb +++ b/spec/ruby/library/net-http/httpresponse/value_spec.rb @@ -1,4 +1,4 @@ -require_relative '../../../../spec_helper' +require_relative '../../../spec_helper' require 'net/http' describe "Net::HTTPResponse#value" do |