We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ios_bump_version_release_spec
1 parent acae9e7 commit 694440bCopy full SHA for 694440b
1 file changed
spec/ios_bump_version_release_spec.rb
@@ -13,7 +13,7 @@
13
allow(other_action_mock).to receive(:ensure_git_branch).with(branch: default_branch)
14
end
15
16
- it 'does the fastlane deliver update' do
+ it 'correctly uses the next version, short and long' do
17
expect(Fastlane::Helper::GitHelper).to receive(:checkout_and_pull).with(default_branch)
18
expect(Fastlane::Helper::GitHelper).to receive(:create_branch).with("release/#{next_version_short}", from: default_branch)
19
0 commit comments