diff options
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index c75e73493..c1b2d094c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -63,7 +63,7 @@ Spork.prefork do # order dependency and want to debug it, you can fix the order by providing # the seed, which is printed after each run. # --seed 1234 - #config.order = "random" + config.order = "random" # This is a workaround for a strange thing where ActionMailer::Base.deliveries isn't being # cleared out correctly in controller specs. So, do it here for everything. |