fixed seeds
This commit is contained in:
@ -47,7 +47,7 @@ FactoryGirl.define do
|
|||||||
name 'JRuby 1.7'
|
name 'JRuby 1.7'
|
||||||
permitted_execution_time 10.seconds
|
permitted_execution_time 10.seconds
|
||||||
pool_size 0
|
pool_size 0
|
||||||
run_command 'ruby %{filename}'
|
run_command 'jruby %{filename}'
|
||||||
singleton_execution_environment
|
singleton_execution_environment
|
||||||
test_command 'rspec %{filename} --format documentation'
|
test_command 'rspec %{filename} --format documentation'
|
||||||
testing_framework 'RspecAdapter'
|
testing_framework 'RspecAdapter'
|
||||||
|
Reference in New Issue
Block a user