Sha256: 79445865df3f1c580172453395e885a9cc2b9b45cbf19a1b2958a2c625d04066

Contents?: true

Size: 579 Bytes

Versions: 7

Compression:

Stored size: 579 Bytes

Contents

RSpec.configure do |config|
  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = :random

  # 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
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
opal-rspec-1.0.0 lib/opal/rspec/project_initializer/spec-opal/spec_helper.rb
opal-rspec-1.0.0.alpha1 lib/opal/rspec/project_initializer/spec-opal/spec_helper.rb
opal-rspec-0.8.0 lib/opal/rspec/project_initializer/spec-opal/spec_helper.rb
opal-rspec-0.8.0.alpha3 lib/opal/rspec/project_initializer/spec-opal/spec_helper.rb
opal-rspec-0.8.0.alpha2 lib/opal/rspec/project_initializer/spec-opal/spec_helper.rb
opal-rspec-0.8.0.alpha1 lib/opal/rspec/project_initializer/spec-opal/spec_helper.rb
opal-rspec-0.7.1 lib/opal/rspec/project_initializer/spec-opal/spec_helper.rb