Sha256: e8ad9a4a9d8702fa3f4209e5950e08ccd5c86015599f2002ac7fb71cacdc9303
Contents?: true
Size: 448 Bytes
Versions: 3
Compression:
Stored size: 448 Bytes
Contents
require 'spec_helper' describe 'Fetcher::Microdata::Like::Facebook::Coercer' do context 'the Coercer receives a valid like' do before do @like_ex = JSON.parse File.read "spec/like.json" @like = ::Fetcher::Microdata::Like::Facebook::Coercer.call @like_ex end it 'should set #author with a instance of PersonUser :facebook' do @like[:author].should be_an_instance_of Fetcher::Microdata::PersonUser end end end
Version data entries
3 entries across 3 versions & 1 rubygems