Sha256: c9f69e35008a9502caa1c0381d8cae2098a2d66fd1ba8262a3d1946d15ff080e
Contents?: true
Size: 346 Bytes
Versions: 30
Compression:
Stored size: 346 Bytes
Contents
require 'pry' require 'simplecov' require 'webmock/rspec' SimpleCov.start do add_filter '/spec/' end $LOAD_PATH.unshift File.expand_path('../lib', __dir__) require 'quiz_api_client' WebMock.disable_net_connect!( allow_localhost: true ) RSpec.configure do |config| config.before { allow_any_instance_of(::Logger).to receive(:info) } end
Version data entries
30 entries across 30 versions & 1 rubygems