Skip to content

Commit

Permalink
Use random test order
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrce committed Sep 29, 2014
1 parent beeaefd commit b9862f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/dummy/config/environments/test.rb
Expand Up @@ -30,6 +30,9 @@
# like if you have constraints or database-specific column types
# config.active_record.schema_format = :sql

# Randomize the order test cases are executed
config.active_support.test_order = :random

# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
end

0 comments on commit b9862f5

Please sign in to comment.