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

[bundler/bundler] Remove unnecessary line

It contains a typo, so it can't be needed.

ef38c97fbf
This commit is contained in:
David Rodríguez 2019-03-28 16:45:31 +01:00 committed by Hiroshi SHIBATA
parent 56fd027aa6
commit f399a2b796
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -52,7 +52,6 @@ RSpec.describe "The library itself" do
failing_lines = []
each_line(filename) do |line, number|
next if line =~ /^\s+#.*\s+\n$/
next if %w[LICENCE.md].include?(line)
failing_lines << number + 1 if line =~ /\s+\n$/
end