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:
parent
56fd027aa6
commit
f399a2b796
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue