Sha256: 76a25d771a0e793a20a78e0757525d303798f437de41a839a3381ded2c684463
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true begin require "pry" rescue LoadError nil end require "yookassa" require "webmock/rspec" RSpec.configure do |config| config.order = :random config.filter_run focus: true config.run_all_when_everything_filtered = true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yookassa-0.2.0 | spec/spec_helper.rb |