summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/spec/spec_helper.rb
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-03 13:15:00 +0100
committera14m <[email protected]>2020-12-03 13:15:00 +0100
commit05730269d4d2d690d871548ae3930d3ce20cdcad (patch)
tree91017414194247100352b76d2288fb5da2aeece4 /CLI/ruby/spec/spec_helper.rb
parent187b189044b19482879eac3ed63772f3d8d2e000 (diff)
Randomize the order and stub constants used
Diffstat (limited to 'CLI/ruby/spec/spec_helper.rb')
-rw-r--r--CLI/ruby/spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/CLI/ruby/spec/spec_helper.rb b/CLI/ruby/spec/spec_helper.rb
index b65df8e..890ca34 100644
--- a/CLI/ruby/spec/spec_helper.rb
+++ b/CLI/ruby/spec/spec_helper.rb
@@ -10,6 +10,8 @@ RSpec.configure do |config|
# Disable RSpec exposing methods globally on `Module` and `main`
config.disable_monkey_patching!
+ config.order = :random
+
config.expect_with :rspec do |c|
c.syntax = :expect
end