Commit f744b3f0 authored by Mathieu Parent's avatar Mathieu Parent

Use a specific fixture for Debian distributions

parent 7a75ec47
......@@ -14,7 +14,7 @@ FactoryBot.define do
trait(:with_file) do
after(:build) do |distribution, evaluator|
distribution.file = fixture_file_upload('spec/fixtures/packages/debian/README.md')
distribution.file = fixture_file_upload('spec/fixtures/packages/debian/distribution/Release')
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment