fixed seeds

This commit is contained in:
Hauke Klement
2015-03-13 09:30:50 +01:00
parent db9b1b1d7d
commit 88730de8b6

View File

@ -47,7 +47,7 @@ FactoryGirl.define do
name 'JRuby 1.7'
permitted_execution_time 10.seconds
pool_size 0
run_command 'ruby %{filename}'
run_command 'jruby %{filename}'
singleton_execution_environment
test_command 'rspec %{filename} --format documentation'
testing_framework 'RspecAdapter'