Commit 5ba0232f authored by Tomasz Maczukin's avatar Tomasz Maczukin

Fix :ci_build_with_trace factory

parent 5dcfd7d0
......@@ -58,7 +58,9 @@ FactoryGirl.define do
factory :ci_build_with_trace do
id 999
trace 'BUILD TRACE'
after(:build) do |build, evaluator|
build.trace = 'BUILD TRACE'
end
end
factory :ci_build_canceled do
......
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