Sha256: 2caa050e67a3b00bc00f27ec8eec86088c5ad97d75f207a0bbb0b815e7254024

Contents?: true

Size: 199 Bytes

Versions: 1

Compression:

Stored size: 199 Bytes

Contents

Fabricator(:app_authorization, :class_name => 'TentD::Model::AppAuthorization') do |f|
  f.notification_url "http://example.com/notifications"
  updated_at { Time.now }
  created_at { Time.now }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tentd-0.0.1 spec/fabricators/app_authorizations_fabricator.rb