summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
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