vendor/eac_cli/spec/spec_helper.rb in avm-tools-0.94.3 vs vendor/eac_cli/spec/spec_helper.rb in avm-tools-0.95.0

- old
+ new

@@ -95,6 +95,9 @@ # # Seed global randomization in this process using the `--seed` CLI option. # # Setting this allows you to use `--seed` to deterministically reproduce # # test failures related to randomization by passing the same `--seed` value # # as the one that triggered the failure. # Kernel.srand config.seed + + require 'eac_ruby_gem_support/rspec' + ::EacRubyGemSupport::Rspec.setup(::File.expand_path('..', __dir__), config) end