Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added a test for broken package dependencies
  • Loading branch information
Johan Brichau committed Sep 7, 2021
commit 1c55905463adc188bfc8a82bd8d49d30695aa061
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ testPackages
packages do: [ :each |
self assert: each name notEmpty.
self assert: each license notNil.
self assert: each url notNil ]
self deny: (each dependencies includes: nil).
self assert: each url notNil ].