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

Version Path
quiz_api_client-4.19.0 spec/spec_helper.rb
quiz_api_client-4.18.0 spec/spec_helper.rb
quiz_api_client-4.17.1 spec/spec_helper.rb
quiz_api_client-4.17.0 spec/spec_helper.rb
quiz_api_client-4.16.1 spec/spec_helper.rb
quiz_api_client-4.16.0 spec/spec_helper.rb
quiz_api_client-4.15.0 spec/spec_helper.rb
quiz_api_client-4.14.1 spec/spec_helper.rb
quiz_api_client-4.14.0 spec/spec_helper.rb
quiz_api_client-4.13.4 spec/spec_helper.rb
quiz_api_client-4.13.3 spec/spec_helper.rb
quiz_api_client-4.13.2 spec/spec_helper.rb
quiz_api_client-4.13.1 spec/spec_helper.rb
quiz_api_client-4.13.0 spec/spec_helper.rb
quiz_api_client-4.12.0 spec/spec_helper.rb
quiz_api_client-4.11.1 spec/spec_helper.rb
quiz_api_client-4.11.0 spec/spec_helper.rb
quiz_api_client-4.10.0 spec/spec_helper.rb
quiz_api_client-4.9.1 spec/spec_helper.rb
quiz_api_client-4.9.0 spec/spec_helper.rb