Merge pull request #16298 from Homebrew/subversion_url
utils/svn_spec: change remote used in test.
This commit is contained in:
commit
fcfce58973
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user