minor changes

This commit is contained in:
Hauke Klement
2015-02-24 16:25:47 +01:00
parent 3f12e25b7f
commit 113e05d310
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ FactoryGirl.create(:consumer)
FactoryGirl.create(:consumer, name: 'openSAP')
# users
%w(admin external_user teacher).each { |factory_name| FactoryGirl.create(factory_name) }
[:admin, :external_user, :teacher].each { |factory_name| FactoryGirl.create(factory_name) }
# execution environments
ExecutionEnvironment.create_factories