Skip to content

Commit

Permalink
Merge pull request #1582 from jonallured/randomize-tests-and-sob
Browse files Browse the repository at this point in the history
Configure tests with random order
  • Loading branch information
alexreisner authored Jul 26, 2022
2 parents b05c967 + 4719a0b commit 32fece8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ def initialize(name, latitude, longitude)


class GeocoderTestCase < Test::Unit::TestCase
self.test_order = :random

def setup
super
Expand Down

0 comments on commit 32fece8

Please sign in to comment.