tests for: Profile -> History

This commit is contained in:
randx 2012-09-27 23:23:11 +03:00
parent 68f4b59738
commit 9cabe04368
5 changed files with 24 additions and 0 deletions

View file

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