Skip to content

Commit

Permalink
Make specs run in random order (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwl committed Jun 24, 2022
1 parent 08e50cf commit ae0b79c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@
require 'annotate/helpers'
require 'annotate/constants'
require 'byebug'

RSpec.configure do |config|
config.order = 'random'
end

0 comments on commit ae0b79c

Please sign in to comment.