Sha256: 1e2a16643399c5cc3330dda8d505ef6e8c2bb614d72f00a091afac8a23c5b283
Contents?: true
Size: 413 Bytes
Versions: 16
Compression:
Stored size: 413 Bytes
Contents
require 'spec_helper' describe LinkThumbnailer::Doc do class Foo end let(:foo) { Foo.new } before do foo.extend LinkThumbnailer::Doc end subject { foo } it { should respond_to :doc_base_href } it { should respond_to :img_srcs } it { should respond_to :img_abs_urls } it { should respond_to :title } it { should respond_to :description } it { should respond_to :source_url } end
Version data entries
16 entries across 16 versions & 2 rubygems