summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net-ftp/getdir_spec.rb
blob: 756d6a23af080696bc1c61f0b060129189175183 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'spec_helper'
require_relative 'shared/pwd'

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