Sha256: 2669446aff5749af94f1e84ea25f99f167d98d7595382d4696322c7182cad548

Contents?: true

Size: 511 Bytes

Versions: 39

Compression:

Stored size: 511 Bytes

Contents

require "re2"

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end

  config.filter_run :focus
  config.run_all_when_everything_filtered = true
  config.disable_monkey_patching!
  config.warnings = true
  config.default_formatter = 'doc' if config.files_to_run.one?
  config.order = :random
  Kernel.srand config.seed
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
re2-2.0.0 spec/spec_helper.rb
re2-2.0.0-x86_64-linux spec/spec_helper.rb
re2-2.0.0-x86_64-darwin spec/spec_helper.rb
re2-2.0.0-x86-mingw32 spec/spec_helper.rb
re2-2.0.0-x86-linux spec/spec_helper.rb
re2-2.0.0-x64-mingw32 spec/spec_helper.rb
re2-2.0.0-x64-mingw-ucrt spec/spec_helper.rb
re2-2.0.0-arm64-darwin spec/spec_helper.rb
re2-2.0.0-arm-linux spec/spec_helper.rb
re2-2.0.0-aarch64-linux spec/spec_helper.rb
re2-2.0.0.beta2 spec/spec_helper.rb
re2-2.0.0.beta2-x86_64-linux spec/spec_helper.rb
re2-2.0.0.beta2-x86_64-darwin spec/spec_helper.rb
re2-2.0.0.beta2-x86-mingw32 spec/spec_helper.rb
re2-2.0.0.beta2-x86-linux spec/spec_helper.rb
re2-2.0.0.beta2-x64-mingw32 spec/spec_helper.rb
re2-2.0.0.beta2-x64-mingw-ucrt spec/spec_helper.rb
re2-2.0.0.beta2-arm64-darwin spec/spec_helper.rb
re2-2.0.0.beta2-arm-linux spec/spec_helper.rb
re2-2.0.0.beta2-aarch64-linux spec/spec_helper.rb