summaryrefslogtreecommitdiff
path: root/spec/unit/core
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-12 13:04:39 -0600
committermo khan <mo.khan@gmail.com>2020-04-12 13:04:39 -0600
commit88d945fc69f952933326f8d9276c25ff0d0beba8 (patch)
tree4d8dd91fa79318fc256f456ecb2f91ede0df37f9 /spec/unit/core
parentd005bdf43e5c01133288af493a59aa377934460f (diff)
Remove rubocop warnings and update to latest
Diffstat (limited to 'spec/unit/core')
-rw-r--r--spec/unit/core/guess_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/core/guess_spec.rb b/spec/unit/core/guess_spec.rb
index 3616221..9d905c6 100644
--- a/spec/unit/core/guess_spec.rb
+++ b/spec/unit/core/guess_spec.rb
@@ -74,7 +74,7 @@ RSpec.describe Spandx::Core::Guess do
end
end
- needs_investigation.keys.each do |license|
+ needs_investigation.each_key do |license|
context "when finding a match for #{license}" do
pending { expect(subject.license_for(license_file(license))&.id).to eql(license) }
end