Skip to content

Commit ae0b79c

Browse files
authored
Make specs run in random order (#787)
1 parent 08e50cf commit ae0b79c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/spec_helper.rb

+4
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@
3333
require 'annotate/helpers'
3434
require 'annotate/constants'
3535
require 'byebug'
36+
37+
RSpec.configure do |config|
38+
config.order = 'random'
39+
end

0 commit comments

Comments
 (0)