Sha256: 8089c91d4508c0645aa5addc233096a96948188251d28d79e86636eb4415ff44
Contents?: true
Size: 384 Bytes
Versions: 39
Compression:
Stored size: 384 Bytes
Contents
require File.join(File.dirname(__FILE__), '../spec_helper') describe FbGraph::FriendList, '.new' do it 'should setup all supported attributes' do attributes = { :id => '12345', :name => 'My List' } video = FbGraph::FriendList.new(attributes.delete(:id), attributes) video.identifier.should == '12345' video.name.should == 'My List' end end
Version data entries
39 entries across 39 versions & 1 rubygems