Sha256: 6da336971868cc9b14069ac0610712a3bedbc610b19b4e3c14bb7727b9738713
Contents?: true
Size: 322 Bytes
Versions: 7
Compression:
Stored size: 322 Bytes
Contents
require 'xcal/parktronic' require 'webmock/rspec' Dir['spec/support/**/*.rb'].each do |support_file| require File.expand_path('.', support_file) end WebMock.disable_net_connect!(allow_localhost: false) RSpec.configure do |config| config.before(:each) do stub_request(:any, /api.mock/).to_rack(ApiMock) end end
Version data entries
7 entries across 7 versions & 1 rubygems