added seeds for teams

This commit is contained in:
Hauke Klement
2015-03-11 14:31:40 +01:00
parent a8bda864df
commit cb9b1a3e71
2 changed files with 4 additions and 1 deletions

View File

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