Skip to content
Snippets Groups Projects
Commit 524d9ce8 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

keg: test dep fallback with unknown formulae

parent 8b30abe0
No related branches found
No related tags found
No related merge requests found
......@@ -377,6 +377,11 @@ class InstalledDependantsTests < LinkTestCase
dependencies [{ "full_name" => "some/tap/foo", "version" => "1.0" }]
assert_equal [@dependent], @keg.installed_dependents
assert_equal [[@keg], ["bar 1.0"]], Keg.find_some_installed_dependents([@keg])
dependencies nil
# It doesn't make sense for a keg with no formula to have any dependents,
# so that can't really be tested.
assert_nil Keg.find_some_installed_dependents([@keg])
end
def test_a_dependency_with_no_tap_in_tab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment