Sha256: 6342cc4ec5f5f3ed3a91b42da071682b16add5d85b10ab8175ab8b0a57adb7db
Contents?: true
Size: 504 Bytes
Versions: 25
Compression:
Stored size: 504 Bytes
Contents
module TheCity FactoryGirl.define do factory :role, :class => TheCity::Role do group_name "Small Group" created_at "06/15/2009" group_api_url "https://api.onthecity.org/groups/1933" title "Leader" group_type "CG" user_api_url "https://api.onthecity.org/users/14158" id 80245 user_type "User" group_id 1933 user_id 14158 last_engaged "03/12/2010" user_name "Joe Johnson" active true end end end
Version data entries
25 entries across 25 versions & 1 rubygems