Commit 5e1edd37 authored by Grzegorz Bizon's avatar Grzegorz Bizon Committed by Grzegorz Bizon

Add artifacts trait to build factory in specs

parent f6a91ccc
......@@ -54,7 +54,7 @@ FactoryGirl.define do
end
factory :ci_build_with_trace do
after(:create) do |build, evaluator|
after(:create) do |build, evaluator|
build.trace = 'BUILD TRACE'
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