Sha256: 6b83dcfe285eddae1f5cc06fc74dc54db30d61deb18d265b44ca85400921309d

Contents?: true

Size: 392 Bytes

Versions: 2

Compression:

Stored size: 392 Bytes

Contents

Fabricator(:api_application) do
  name { Faker::Internet.domain_word }
  api_key { Faker::Lorem.characters(16) }
end

# == Schema Information
# Schema version: 20150320075507
#
# Table name: api_applications
#
#  id         :integer          not null, primary key
#  name       :string
#  api_key    :string
#  created_at :datetime         not null
#  updated_at :datetime         not null
#

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
doorkeeper_sso-0.1.0.pre.alpha spec/fabricators/api_application_fabricator.rb
doorkeeper_sso-0.0.4 spec/fabricators/api_application_fabricator.rb