Skip to content

Commit 4625b1a

Browse files
committed
Update ios_bump_version_release_spec spec example title
1 parent bf57967 commit 4625b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ios_bump_version_release_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
allow(other_action_mock).to receive(:ensure_git_branch).with(branch: default_branch)
1414
end
1515

16-
it 'does the fastlane deliver update' do
16+
it 'correctly uses the next version, short and long' do
1717
expect(Fastlane::Helper::GitHelper).to receive(:checkout_and_pull).with(default_branch)
1818
expect(Fastlane::Helper::GitHelper).to receive(:create_branch).with("release/#{next_version_short}", from: default_branch)
1919

0 commit comments

Comments
 (0)