Dynamic values must be in blocks if FG

This commit is contained in:
Andrew8xx8 2013-02-12 10:54:56 +04:00
parent d138b3de4b
commit 9a22ac63ec

View file

@ -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