summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/ftp/set_socket_spec.rb
blob: 6c8b58fb790a32d7478b1716f0140e57a1a1b50c (plain)
1
2
3
4
5
6
7
8
9
10
11
require_relative '../../../spec_helper'

ruby_version_is ""..."3.1" do
  require_relative 'spec_helper'

  describe "Net::FTP#set_socket" do
    # TODO: I won't spec this method, as it is not used
    #       anywhere and it should be private anyway.
    it "needs to be reviewed for spec completeness"
  end
end