Skip to content

Commit e920a74

Browse files
committed
Remove unnecessary mock of File existence check
1 parent 0b21773 commit e920a74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/ios_get_app_version_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
end
4545

4646
def expect_version(xcconfig_mock_content:, expected_version:)
47-
allow(File).to receive(:exist?).and_return(true)
48-
4947
with_tmp_file(named: 'mock_xcconfig.xcconfig', content: xcconfig_mock_content) do |tmp_file_path|
5048
version_result = run_described_fastlane_action(
5149
public_version_xcconfig_file: tmp_file_path

0 commit comments

Comments
 (0)