From 2420f2ed69cd162893ee7430c2c01a03aa6107f0 Mon Sep 17 00:00:00 2001 From: John Kerry Date: Fri, 25 Mar 2016 15:39:50 -0400 Subject: fixing rubocop violations, mostly string format, in the sftp provider and spec files --- spec/unit/provider/remote_file/sftp_spec.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'spec') 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 -- cgit v1.2.1