Sha256: 5aa82d5a8310bfbbcc038fc52f522f854be359a08bd2e2282f9a5842ba5ce787
Contents?: true
Size: 483 Bytes
Versions: 34
Compression:
Stored size: 483 Bytes
Contents
require File.join(File.dirname(__FILE__), '../../spec_helper') describe FbGraph::Connections::Television, '#television' do before(:all) do fake_json(:get, 'matake/television?access_token=access_token', 'users/television/matake_private') end it 'should return television pages as FbGraph::Page' do pages = FbGraph::User.new('matake', :access_token => 'access_token').television pages.each do |page| page.should be_instance_of(FbGraph::Page) end end end
Version data entries
34 entries across 34 versions & 2 rubygems