Sha256: 64cb2ce5b32504807883e2bdb976dffcee95eaea7a5bfb679560f0af1c3d068b

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

begin
  require 'pry'
rescue LoadError
  nil
end

require 'yandex-checkout'
require 'webmock/rspec'

RSpec.configure do |config|
  config.order = :random
  config.filter_run focus: true
  config.run_all_when_everything_filtered = true

  config.around(:each) do |example|
    stub_request(:any, //)
    example.run
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yandex-checkout-0.1.1 spec/spec_helper.rb