Skip to content

Commit

Permalink
We don't use tracked_files in before(:suite). It break with release p…
Browse files Browse the repository at this point in the history
…ackage.
  • Loading branch information
hsbt committed Dec 16, 2023
1 parent ad2a38d commit d649b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/support/path.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def tracked_files
end

def shipped_files
@shipped_files ||= ruby_core? ? tracked_files : loaded_gemspec.files
@shipped_files ||= ruby_core? ? (loaded_gemspec.files - ["exe/bundle", "exe/bundler"] + ["libexec/bundle", "libexec/bundler"]) : loaded_gemspec.files
end

def lib_tracked_files
Expand Down

0 comments on commit d649b76

Please sign in to comment.