summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/ftp/puttextfile_spec.rb
blob: 2ca6e98c92e897545b2f0c57a57c34da492abf8e (plain)
1
2
3
4
5
6
7
8
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../spec_helper', __FILE__)
require File.expand_path('../fixtures/server', __FILE__)
require File.expand_path('../shared/puttextfile', __FILE__)

describe "Net::FTP#puttextfile" do
  it_behaves_like :net_ftp_puttextfile, :puttextfile
end