summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-28 16:45:31 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:29:58 +0900
commitf399a2b7964dac890fd08bd78b62fbe8313319ea (patch)
treefb9d0d9d591a83cbc07f8ae916f2c550b802b756 /spec
parent56fd027aa6cecaa6910ec6b96270299937f124c8 (diff)
[bundler/bundler] Remove unnecessary line
It contains a typo, so it can't be needed. https://github.com/bundler/bundler/commit/ef38c97fbf
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/quality_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/quality_spec.rb b/spec/bundler/quality_spec.rb
index 81c9d09118..ead30022cc 100644
--- a/spec/bundler/quality_spec.rb
+++ b/spec/bundler/quality_spec.rb
@@ -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