aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/net/ftp/putbinaryfile_spec.rb
blob: 18955409b6333deaad34da8edfdb0a347a9eb772 (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/putbinaryfile', __FILE__)

describe "Net::FTP#putbinaryfile" do
  it_behaves_like :net_ftp_putbinaryfile, :putbinaryfile
end