Sha256: 51d2c343df06ab02e3ca87596260697d692f9ef3f626ce3492c14575d7bb1639

Contents?: true

Size: 651 Bytes

Versions: 21

Compression:

Stored size: 651 Bytes

Contents

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

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

end

# == Schema Information
#
# Table name: classifications
#
#  id                     :integer          not null, primary key
#  parent_id              :integer
#  category               :string(255)      not null
#  note                   :text
#  classification_type_id :integer          not null
#  created_at             :datetime         not null
#  updated_at             :datetime         not null
#  lft                    :integer
#  rgt                    :integer
#  manifestation_id       :integer
#

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
enju_subject-0.1.0.pre13 spec/models/classification_spec.rb