Sha256: 4f76b26a585d2225901bbb70575c5b081b519b81a8f4f4474164c70d72657884
Contents?: true
Size: 352 Bytes
Versions: 52
Compression:
Stored size: 352 Bytes
Contents
require 'spec_helper' describe WebMock::HttpLibAdapter do describe "adapter_for" do it "should add adapter to adapter registry" do class MyAdapter < WebMock::HttpLibAdapter; end WebMock::HttpLibAdapterRegistry.instance. should_receive(:register).with(:my_lib, MyAdapter) MyAdapter.adapter_for(:my_lib) end end end
Version data entries
52 entries across 52 versions & 4 rubygems