Skip to content

Commit eb833db

Browse files
author
David Zuckerman
committed
removed tests for usernames
1 parent 6927757 commit eb833db

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spec/downloader/gobi_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
let(:now) { Time.new(2022, 5, 20, 0, 0, 0) }
77

88
its(:default_host) { is_expected.to eq 'ftp.ybp.com' }
9-
its(:default_username) { is_expected.to eq 'berkeley' }
109
its(:ssh_options) { is_expected.to include(append_all_supported_algorithms: true) }
1110

1211
its(:default_filename) do

spec/downloader/lbnl_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# rubocop:disable Metrics/BlockLength
77
describe BerkeleyLibrary::SftpHandler::Downloader::Lbnl do
88
its(:default_host) { is_expected.to eq 'ncc-1701.lbl.gov' }
9-
its(:default_username) { is_expected.to eq 'ucblib' }
109

1110
describe '#download!' do
1211
let(:now) { Time.new(2022, 5, 25, 0, 0, 0) }

0 commit comments

Comments
 (0)