Commit 8e0558ea authored by Shinya Maeda's avatar Shinya Maeda

Fix fixtures and factory

parent 280559f4
...@@ -50,7 +50,7 @@ FactoryBot.define do ...@@ -50,7 +50,7 @@ FactoryBot.define do
after(:build) do |artifact, evaluator| after(:build) do |artifact, evaluator|
artifact.file = fixture_file_upload( artifact.file = fixture_file_upload(
Rails.root.join('spec/fixtures/junit.xml.gz'), 'application/x-gzip') Rails.root.join('spec/fixtures/junit/junit.xml.gz'), 'application/x-gzip')
end end
end end
...@@ -60,7 +60,7 @@ FactoryBot.define do ...@@ -60,7 +60,7 @@ FactoryBot.define do
after(:build) do |artifact, evaluator| after(:build) do |artifact, evaluator|
artifact.file = fixture_file_upload( artifact.file = fixture_file_upload(
Rails.root.join('spec/fixtures/junit/junit_master_ant.xml.gz'), 'application/x-gzip') Rails.root.join('spec/fixtures/junit/junit_ant.xml.gz'), 'application/x-gzip')
end end
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