Sha256: 945055dfe4e903eeb29bda4961882f938450c32872c0b710d92af9bbd962a9d2
Contents?: true
Size: 514 Bytes
Versions: 25
Compression:
Stored size: 514 Bytes
Contents
module TheCity FactoryGirl.define do factory :user_note, :class => TheCity::UserNote do created_at "05/08/2012" body "Deaconship is complete" author "Pastor Sam Shepherd" updated_at "05/08/2012" id 756434911 visible_to [ "Account Admin", "User Admin" ] author_id 946060874 file_attachments [ { :authenticated_s3_url => "https://aws....", :filename => "list_of_sins.pdf" }] end end end
Version data entries
25 entries across 25 versions & 1 rubygems