Sha256: 7c60a996d5d5655fadcee82e964f5f10fead84c0788187c0dfba4d43b6f8e4db

Contents?: true

Size: 474 Bytes

Versions: 75

Compression:

Stored size: 474 Bytes

Contents

require 'spec_helper'

describe FbGraph::BroadTargetingCategory, '.new' do
  it 'should setup all supported attributes' do
    attributes = {
      :id => 6002714401172,
      :name => "Baby Boomers",
      :parent_category => "Family Status"
    }

    btc = FbGraph::BroadTargetingCategory.new(attributes.delete(:id), attributes)
    btc.identifier.should == 6002714401172
    btc.name.should == "Baby Boomers"
    btc.parent_category.should == "Family Status"
  end
end

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
fb_graph-2.2.5 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.2.4 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.2.3 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.2.2 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.2.1 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.2.0 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.2.0.beta spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.2.0.alpha2 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.2.0.alpha spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.1.13 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.1.12 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.1.11 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.1.10 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.1.9 spec/fb_graph/broad_targeting_category_spec.rb
fb_graph-2.1.8 spec/fb_graph/broad_targeting_category_spec.rb