We don't use tracked_files in before(:suite). It breaks with release package.
This commit is contained in:
parent
ad2a38dce4
commit
ab87cd0baa
@ -80,7 +80,7 @@ module Spec
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user