This commit is contained in:
Jon Ruskin 2021-08-07 12:41:14 -07:00
Родитель 0b73854b06
Коммит 53b26cbb78
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -493,7 +493,7 @@ describe Licensed::AppConfiguration do
end
it "uses all path parts when depth is larger than the number of path parts" do
options["name"] = { "generator" => "relative_path", "depth" => 10 }
options["name"] = { "generator" => "relative_path", "depth" => 4 }
options["source_path"] = "lib/licensed/sources"
assert_equal "lib-licensed-sources", config["name"]
end