Sha256: 1b041e33a7c5c94fa15f6bc73fea64c86656deac489c35c56000c692837e34a9

Contents?: true

Size: 735 Bytes

Versions: 8

Compression:

Stored size: 735 Bytes

Contents

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
#  title                   :text
#  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

8 entries across 8 versions & 1 rubygems

Version Path
enju_biblio-0.3.15 spec/models/picture_file_spec.rb
enju_biblio-0.3.14 spec/models/picture_file_spec.rb
enju_biblio-0.3.13 spec/models/picture_file_spec.rb
enju_biblio-0.3.12 spec/models/picture_file_spec.rb
enju_biblio-0.3.11 spec/models/picture_file_spec.rb
enju_biblio-0.3.10 spec/models/picture_file_spec.rb
enju_biblio-0.3.10.rc.3 spec/models/picture_file_spec.rb
enju_biblio-0.3.10.rc.2 spec/models/picture_file_spec.rb