aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/net/ftp/getdir_spec.rb
blob: 19ace4dff97f67130dabf16d4cb1b399de834e73 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../spec_helper', __FILE__)
require File.expand_path('../shared/pwd', __FILE__)

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