Sha256: 93a4df0439b8bf124c3c0e4c8dada38e3c51ead3a86d3f3806bacb2f98b7f5fa
Contents?: true
Size: 346 Bytes
Versions: 37
Compression:
Stored size: 346 Bytes
Contents
require '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
37 entries across 37 versions & 1 rubygems