summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorJohn Kerry <jk185160@ncr.com>2016-03-25 15:39:50 -0400
committerJohn Kerry <jk185160@ncr.com>2016-03-25 15:39:50 -0400
commit2420f2ed69cd162893ee7430c2c01a03aa6107f0 (patch)
treefab08904be87e4b81e319562b28e47d5b4aea96e /spec/unit
parentc0d0e1cddcb4ead133428fe6ee30a84a51fd1db1 (diff)
downloadchef-2420f2ed69cd162893ee7430c2c01a03aa6107f0.tar.gz
fixing rubocop violations, mostly string format, in the sftp provider and spec files
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/provider/remote_file/sftp_spec.rb3
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