Skip to content
Snippets Groups Projects
Unverified Commit e37da963 authored by Sam Ford's avatar Sam Ford
Browse files

GithubLatest: Align test URL with example

parent d173b57c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ describe Homebrew::Livecheck::Strategy::GithubLatest do
subject(:github_latest) { described_class }
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_repository_upload_url) { "https://github.com/downloads/example/example/example-1.2.3.tar.gz" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment