summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/ftp/set_socket_spec.rb
blob: 7ca3bbbe27433044367a006ec7aad756ad2695b3 (plain)
1
2
3
4
5
6
7
8
require_relative '../../../spec_helper'
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