diff options
author | John Kerry <jk185160@ncr.com> | 2016-03-25 15:39:50 -0400 |
---|---|---|
committer | John Kerry <jk185160@ncr.com> | 2016-03-25 15:39:50 -0400 |
commit | 2420f2ed69cd162893ee7430c2c01a03aa6107f0 (patch) | |
tree | fab08904be87e4b81e319562b28e47d5b4aea96e /spec/unit/provider | |
parent | c0d0e1cddcb4ead133428fe6ee30a84a51fd1db1 (diff) | |
download | chef-2420f2ed69cd162893ee7430c2c01a03aa6107f0.tar.gz |
fixing rubocop violations, mostly string format, in the sftp provider and spec files
Diffstat (limited to 'spec/unit/provider')
-rw-r--r-- | spec/unit/provider/remote_file/sftp_spec.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/unit/provider/remote_file/sftp_spec.rb b/spec/unit/provider/remote_file/sftp_spec.rb index c030ff83c1..673ea015c0 100644 --- a/spec/unit/provider/remote_file/sftp_spec.rb +++ b/spec/unit/provider/remote_file/sftp_spec.rb @@ -37,8 +37,6 @@ describe Chef::Provider::RemoteFile::SFTP do Chef::Resource::RemoteFile.new("remote file sftp backend test (current resource)'") end - - let(:uri) { URI.parse("sftp://conan:cthu1hu@opscode.com/seattle.txt") } let(:sftp) do @@ -100,7 +98,6 @@ describe Chef::Provider::RemoteFile::SFTP do expect { Chef::Provider::RemoteFile::SFTP.new(uri, new_resource, current_resource) }.to raise_error(ArgumentError) end - end describe "when fetching the object" do |