summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/ftp/getdir_spec.rb
blob: 8f6fca5bfb50a9e0867f53a163da2c92b3379ee6 (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