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 5a27fad commit 68a6981Copy full SHA for 68a6981
spec/unit/lib/app_packager_spec.rb
@@ -216,7 +216,7 @@
216
app_packager.fix_subdir_permissions(@tmpdir, "#{@tmpdir}/application_contents")
217
218
has_dirs = Zip::File.open(input_zip) do |in_zip|
219
- in_zip.any?(&:directory?)
+ in_zip.entries.any?(&:directory?)
220
end
221
222
expect(has_dirs).to be_falsey
0 commit comments