GithubLatest: Align test URL with example

This commit is contained in:
Sam Ford 2020-12-05 11:40:08 -05:00
parent d173b57c42
commit e37da96341
No known key found for this signature in database
GPG Key ID: 95209E46C7FFDEFE

View File

@ -7,7 +7,7 @@ describe Homebrew::Livecheck::Strategy::GithubLatest do
subject(:github_latest) { described_class } subject(:github_latest) { described_class }
let(:github_release_artifact_url) { let(:github_release_artifact_url) {
"https://github.com/example/example/releases/download/1.2.3/example-1.2.3.zip" "https://github.com/example/example/releases/download/1.2.3/example-1.2.3.tar.gz"
} }
let(:github_tag_archive_url) { "https://github.com/example/example/archive/v1.2.3.tar.gz" } let(:github_tag_archive_url) { "https://github.com/example/example/archive/v1.2.3.tar.gz" }
let(:github_repository_upload_url) { "https://github.com/downloads/example/example/example-1.2.3.tar.gz" } let(:github_repository_upload_url) { "https://github.com/downloads/example/example/example-1.2.3.tar.gz" }