summaryrefslogtreecommitdiff
path: root/spec/unit/provider/remote_file
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2013-05-31 14:24:27 -0700
committerSerdar Sutay <serdar@opscode.com>2013-05-31 14:24:27 -0700
commitb9640c7f8968250da6569ddb50ddb616de6c504b (patch)
treec300bfa73de764556f339b42318da07545401989 /spec/unit/provider/remote_file
parentabdc641c21190710d1e86558b49d25927d6e605f (diff)
parente36a9237681c5ac05914501f00fad032ef6fcf8c (diff)
downloadchef-b9640c7f8968250da6569ddb50ddb616de6c504b.tar.gz
Merge pull request #795 from opscode/ss/binmode-fixes
Binmode and Template line endings
Diffstat (limited to 'spec/unit/provider/remote_file')
-rw-r--r--spec/unit/provider/remote_file/ftp_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/provider/remote_file/ftp_spec.rb b/spec/unit/provider/remote_file/ftp_spec.rb
index 121fe1ed45..2d2e9d34cb 100644
--- a/spec/unit/provider/remote_file/ftp_spec.rb
+++ b/spec/unit/provider/remote_file/ftp_spec.rb
@@ -30,7 +30,6 @@ describe Chef::Provider::RemoteFile::FTP do
r = Chef::Resource::RemoteFile.new("remote file ftp backend test (new resource)")
r.ftp_active_mode(false)
r.path(resource_path)
- r.binmode(true)
r
end