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