sped up some tests

This commit is contained in:
Hauke Klement
2015-01-29 17:21:26 +01:00
parent cbde9529aa
commit db2a9a4261
4 changed files with 28 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
FactoryGirl.define do
factory :team do
internal_users { build_list :teacher, 10 }
internal_users { build_pair :teacher }
name 'A-Team'
end
end