From aaf07f7ad5fa892911b2f5a5390cdfdb865d74d9 Mon Sep 17 00:00:00 2001 From: eregon Date: Wed, 20 Sep 2017 20:19:54 +0000 Subject: Adapt tools to follow spec/rubyspec => spec/ruby rename * [Misc #13792] [ruby-core:82287] * Prefer test-spec over test-rubyspec in spec/README. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/ftp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/ftp.rb') diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index 601d2cb4c3..31c4fb007e 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -265,7 +265,7 @@ module Net if options[:port] connect(host, options[:port] || FTP_PORT) else - # spec/rubyspec/library/net/ftp/initialize_spec.rb depends on + # spec/ruby/library/net/ftp/initialize_spec.rb depends on # the number of arguments passed to connect.... connect(host) end -- cgit v1.2.3