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.
1 parent b81577f commit 2827d0eCopy full SHA for 2827d0e
1 file changed
spec/ios_get_app_version_spec.rb
@@ -44,8 +44,6 @@
44
end
45
46
def expect_version(xcconfig_mock_content:, expected_version:)
47
- allow(File).to receive(:exist?).and_return(true)
48
-
49
with_tmp_file(named: 'mock_xcconfig.xcconfig', content: xcconfig_mock_content) do |tmp_file_path|
50
version_result = run_described_fastlane_action(
51
public_version_xcconfig_file: tmp_file_path
0 commit comments