Sha256: 39271ddd05e15f536ca6c62b2c60da0c4f08faa2525bc0c9ee7dc46ae06dda60

Contents?: true

Size: 830 Bytes

Versions: 9

Compression:

Stored size: 830 Bytes

Contents

# -*- encoding: utf-8 -*-
require 'rails_helper'

describe PictureFile do
  #pending "add some examples to (or delete) #{__FILE__}"

end

# == Schema Information
#
# Table name: picture_files
#
#  id                      :integer          not null, primary key
#  picture_attachable_id   :integer
#  picture_attachable_type :string
#  content_type            :string
#  title                   :text
#  thumbnail               :string
#  position                :integer
#  created_at              :datetime
#  updated_at              :datetime
#  picture_file_name       :string
#  picture_content_type    :string
#  picture_file_size       :integer
#  picture_updated_at      :datetime
#  picture_meta            :text
#  picture_fingerprint     :string
#  picture_width           :integer
#  picture_height          :integer
#

Version data entries

9 entries across 8 versions & 2 rubygems

Version Path
enju_biblio-0.2.5 spec/models/picture_file_spec.rb
enju_biblio-0.2.4 spec/models/picture_file_spec.rb
enju_biblio-0.2.3 spec/models/picture_file_spec.rb
enju_biblio-0.2.2 spec/models/picture_file_spec.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.1/spec/models/picture_file_spec.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.0/spec/models/picture_file_spec.rb
enju_biblio-0.2.1 spec/models/picture_file_spec.rb
enju_biblio-0.2.0 spec/models/picture_file_spec.rb
enju_biblio-0.2.0.beta.4 spec/models/picture_file_spec.rb