Skip to content

Commit

Permalink
Fixed Maven Package manager Groups check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi Soni committed May 6, 2020
1 parent 4a93315 commit 5058d90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module LicenseFinder
its(:summary) { should == '' }
its(:description) { should == '' }
its(:homepage) { should == '' }
its(:groups) { should == [] } # no way to get groups from maven?
its(:groups) { should == ["org.hamcrest"] } # no way to get groups from maven?
its(:children) { should == [] } # no way to get children from maven?
its(:install_path) { should be_nil }
its(:package_manager) { should eq 'Maven' }
Expand Down

0 comments on commit 5058d90

Please sign in to comment.