1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Remove unexistent file from exemptions

https://github.com/bundler/bundler/commit/8601575490
This commit is contained in:
David Rodríguez 2019-08-08 12:07:07 +02:00 committed by SHIBATA Hiroshi
parent 6412121b00
commit 4913c9b6bf
Notes: git 2019-08-31 04:40:14 +09:00

View file

@ -146,7 +146,7 @@ RSpec.describe "The library itself" do
it "does not include any unresolved merge conflicts" do
error_messages = []
exempt = %r{lock/lockfile_(bundler_1_)?spec|quality_spec|vcr_cassettes|\.ronn|lockfile_parser\.rb}
exempt = %r{lock/lockfile_spec|quality_spec|vcr_cassettes|\.ronn|lockfile_parser\.rb}
Dir.chdir(root) do
files = ruby_core? ? `git ls-files -z -- lib/bundler lib/bundler.rb spec/bundler` : `git ls-files -z`
files.split("\x0").each do |filename|