Sha256: 1bac0ae2aa99771b123d1c8327c5b3059bb6f6a7bb7de8f75769509f96b34eb1

Contents?: true

Size: 1 KB

Versions: 47

Compression:

Stored size: 1 KB

Contents

ENV['PERCY_API'] = 'http://localhost:3000/api/v1'

require 'support/vcr_setup'
require 'webmock/rspec'
require 'percy'

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    # This option will default to `true` in RSpec 4.
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

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

  config.disable_monkey_patching!
  # config.warnings = true

  # 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

47 entries across 47 versions & 1 rubygems

Version Path
percy-client-1.12.0 spec/spec_helper.rb
percy-client-1.11.0 spec/spec_helper.rb
percy-client-1.10.1 spec/spec_helper.rb
percy-client-1.10.0 spec/spec_helper.rb
percy-client-1.9.2 spec/spec_helper.rb
percy-client-1.9.1 spec/spec_helper.rb
percy-client-1.9.0 spec/spec_helper.rb
percy-client-1.8.0 spec/spec_helper.rb
percy-client-1.7.0 spec/spec_helper.rb
percy-client-1.6.0 spec/spec_helper.rb
percy-client-1.5.0 spec/spec_helper.rb
percy-client-1.4.2 spec/spec_helper.rb
percy-client-1.4.1 spec/spec_helper.rb
percy-client-1.4.0 spec/spec_helper.rb
percy-client-1.3.0 spec/spec_helper.rb
percy-client-1.2.0 spec/spec_helper.rb
percy-client-1.1.0 spec/spec_helper.rb
percy-client-1.0.0 spec/spec_helper.rb
percy-client-0.11.0 spec/spec_helper.rb
percy-client-0.10.0 spec/spec_helper.rb