tests for: Profile -> History
This commit is contained in:
parent
68f4b59738
commit
9cabe04368
5 changed files with 24 additions and 0 deletions
|
@ -78,6 +78,12 @@ FactoryGirl.define do
|
|||
end
|
||||
|
||||
factory :event do
|
||||
factory :closed_issue_event do
|
||||
project
|
||||
action Event::Closed
|
||||
target factory: :closed_issue
|
||||
author factory: :user
|
||||
end
|
||||
end
|
||||
|
||||
factory :key do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue