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

ruby_version_is ""..."3.1" do
  require_relative 'spec_helper'
  require_relative 'shared/pwd'

  describe "Net::FTP#getdir" do
    it_behaves_like :net_ftp_pwd, :getdir
  end
end