summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/ftp/last_response_code_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/net/ftp/last_response_code_spec.rb')
-rw-r--r--spec/ruby/library/net/ftp/last_response_code_spec.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/ruby/library/net/ftp/last_response_code_spec.rb b/spec/ruby/library/net/ftp/last_response_code_spec.rb
deleted file mode 100644
index 86f2b9a695..0000000000
--- a/spec/ruby/library/net/ftp/last_response_code_spec.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-require_relative '../../../spec_helper'
-
-ruby_version_is ""..."3.1" do
- require_relative 'spec_helper'
- require_relative 'shared/last_response_code'
- require_relative 'fixtures/server'
-
- describe "Net::FTP#last_response_code" do
- it_behaves_like :net_ftp_last_response_code, :last_response_code
- end
-end