Sha256: c0faab0311ed684523a3ad3b371da47c6f63b1fe94067e8fce9b768076885f96

Contents?: true

Size: 659 Bytes

Versions: 8

Compression:

Stored size: 659 Bytes

Contents

# frozen_string_literal: true

require_relative '../main'

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

8 entries across 8 versions & 1 rubygems

Version Path
gamefic-sdk-4.1.0 scaffolds/project/spec/shared_helper.rb
gamefic-sdk-4.0.1 scaffolds/project/spec/shared_helper.rb
gamefic-sdk-4.0.0 scaffolds/project/spec/shared_helper.rb
gamefic-sdk-3.4.1 scaffolds/project/spec/shared_helper.rb
gamefic-sdk-3.4.0 scaffolds/project/spec/shared_helper.rb
gamefic-sdk-3.3.0 scaffolds/project/spec/shared_helper.rb
gamefic-sdk-3.2.1 scaffolds/project/spec/shared_helper.rb
gamefic-sdk-3.2.0 scaffolds/project/spec/shared_helper.rb