We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e50cf commit ae0b79cCopy full SHA for ae0b79c
spec/spec_helper.rb
@@ -33,3 +33,7 @@
33
require 'annotate/helpers'
34
require 'annotate/constants'
35
require 'byebug'
36
+
37
+RSpec.configure do |config|
38
+ config.order = 'random'
39
+end
0 commit comments