Skip to content

Commit fe482ca

Browse files
iangmaiamokagio
andauthored
Update spec title
Co-authored-by: Gio Lodi <gio@mokacoding.com>
1 parent 8ecb66b commit fe482ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/github_helper_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def create_release(is_draft:, assets: [], name: nil)
717717
end
718718
end
719719

720-
it 'uses the release list without calling the direct release-by-tag lookup' do
720+
it 'uses the release list if available' do
721721
draft_release = sawyer_resource_stub(url: 'draft-api-url', html_url: 'draft-html-url', tag_name: test_version, draft: true)
722722

723723
allow(client).to receive(:releases).with(test_repo).and_return([draft_release])

0 commit comments

Comments
 (0)