Dynamic values must be in blocks if FG
This commit is contained in:
parent
d138b3de4b
commit
9a22ac63ec
|
@ -123,7 +123,7 @@ FactoryGirl.define do
|
|||
factory :event do
|
||||
factory :closed_issue_event do
|
||||
project
|
||||
action Event::Closed
|
||||
action { Event::Closed }
|
||||
target factory: :closed_issue
|
||||
author factory: :user
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue