Sha256: da4e66554b09883543b4dba6721c5e854137c73fef651b875d2f112c99db6acb
Contents?: true
Size: 218 Bytes
Versions: 9
Compression:
Stored size: 218 Bytes
Contents
require 'spec_helper' describe Zemanta::Fetcher::Web do it "delegates to Typhoeus on #fetch" do stub_zemanta_success! Zemanta::Fetcher::Web.new.fetch.should == "{\"response\":\"zemanta_response\"}" end end
Version data entries
9 entries across 9 versions & 1 rubygems