Commit 9a22ac63 authored by Andrew8xx8's avatar Andrew8xx8

Dynamic values must be in blocks if FG

parent d138b3de
...@@ -123,7 +123,7 @@ FactoryGirl.define do ...@@ -123,7 +123,7 @@ FactoryGirl.define do
factory :event do factory :event do
factory :closed_issue_event do factory :closed_issue_event do
project project
action Event::Closed action { Event::Closed }
target factory: :closed_issue target factory: :closed_issue
author factory: :user author factory: :user
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