Sha256: bfff727010c56a9f7c1e6b3b77523fb431697f96a03431db6edc37ce89837a3c

Contents?: true

Size: 185 Bytes

Versions: 25

Compression:

Stored size: 185 Bytes

Contents

module TheCity
  FactoryGirl.define do
    
    factory :tag, :class => TheCity::Tag do
      id 17166901 
      name "Evening"
      created_at "07/03/2012"      
    end

  end
end


Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
the-city-admin-0.7.1 spec/factories/tag.rb
the-city-admin-0.7.0 spec/factories/tag.rb
the-city-admin-0.6.9 spec/factories/tag.rb
the-city-admin-0.6.8 spec/factories/tag.rb
the-city-admin-0.6.7 spec/factories/tag.rb
the-city-admin-0.6.6 spec/factories/tag.rb
the-city-admin-0.6.5 spec/factories/tag.rb
the-city-admin-0.6.4 spec/factories/tag.rb
the-city-admin-0.6.3 spec/factories/tag.rb
the-city-admin-0.6.2 spec/factories/tag.rb
the-city-admin-0.6.1 spec/factories/tag.rb
the-city-admin-0.6.0 spec/factories/tag.rb
the-city-admin-0.5.2 spec/factories/tag.rb
the-city-admin-0.5.1 spec/factories/tag.rb
the-city-admin-0.5.0 spec/factories/tag.rb
the-city-admin-0.4.0 spec/factories/tag.rb
the-city-admin-0.3.1 spec/factories/tag.rb
the-city-admin-0.3.0 spec/factories/tag.rb
the-city-admin-0.2.1 spec/factories/tag.rb
the-city-admin-0.2.0 spec/factories/tag.rb