utils/svn_spec: change remote used in test.

GitHub is dropping their Subversion support so let's move to an Apache
Subversion server instead.
This commit is contained in:
Mike McQuaid 2023-12-05 14:20:12 -05:00
parent fc25915359
commit 35369e1009
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -47,7 +47,7 @@ describe Utils::Svn do
end end
it "returns true when remote exists", :needs_network, :needs_svn do it "returns true when remote exists", :needs_network, :needs_svn do
expect(described_class).to be_remote_exists("https://github.com/Homebrew/install") expect(described_class).to be_remote_exists("https://svn.apache.org/repos/asf/openoffice/trunk")
end end
end end
end end