Sha256: 0ea9ad94125d2903f54064878a712fcd5799a1cf703eaab508ad60909bdedede

Contents?: true

Size: 168 Bytes

Versions: 67

Compression:

Stored size: 168 Bytes

Contents

shared_context "configuration stubbing" do
  let(:config) { double("VCR::Configuration") }

  before do
    allow(VCR).to receive(:configuration) { config }
  end
end

Version data entries

67 entries across 67 versions & 9 rubygems

Version Path
vcr-2.9.2 spec/support/configuration_stubbing.rb
vcr-2.9.1 spec/support/configuration_stubbing.rb
vcr-2.9.0 spec/support/configuration_stubbing.rb
social_url_stats-0.0.1 vendor/ruby/1.9.1/gems/vcr-2.8.0/spec/support/configuration_stubbing.rb
vcr-2.8.0 spec/support/configuration_stubbing.rb
vcr-2.7.0 spec/support/configuration_stubbing.rb
vcr-2.6.0 spec/support/configuration_stubbing.rb