Unverified Commit ae0b79c0 by Andrew W. Lee Committed by GitHub

Make specs run in random order (#787)

parent 08e50cf9
......@@ -33,3 +33,7 @@ require 'annotate/parser'
require 'annotate/helpers'
require 'annotate/constants'
require 'byebug'
RSpec.configure do |config|
config.order = 'random'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment