diff options
Diffstat (limited to 'CLI/ruby/spec/spec_helper.rb')
| -rw-r--r-- | CLI/ruby/spec/spec_helper.rb | 2 |
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 |
