Revision d0cb4289
Added by Stephen Benjamin over 5 years ago
test/extensions/iso_repository_test.rb | ||
---|---|---|
27 | 27 |
end |
28 | 28 |
|
29 | 29 |
def test_create_with_importer_and_distributors_objects |
30 |
distributors = [Runcible::Models::IsoDistributor.new(true, true, :id => 'iso_distributor')] |
|
30 |
distributors = [Runcible::Models::IsoDistributor.new('path', true, true, :id => 'iso_distributor')]
|
|
31 | 31 |
importer = Runcible::Models::IsoImporter.new(:feed => @repo_url) |
32 | 32 |
|
33 | 33 |
response = @extension.create_with_importer_and_distributors(@repo_id, importer, distributors) |
Also available in: Unified diff
refs #22446 - use relative_url for iso repo path