Sha256: a7d6d809a0bc1b23b2a526af143c864a8d42d99b915bb789a1fe5107e49c6e9e

Contents?: true

Size: 650 Bytes

Versions: 5

Compression:

Stored size: 650 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           not null
#  note                   :text
#  classification_type_id :integer          not null
#  created_at             :datetime
#  updated_at             :datetime
#  lft                    :integer
#  rgt                    :integer
#  manifestation_id       :integer
#  url                    :string
#

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_subject-0.2.0.beta.2 spec/models/classification_spec.rb
enju_subject-0.2.0.beta.1 spec/models/classification_spec.rb
enju_subject-0.1.1 spec/models/classification_spec.rb
enju_subject-0.1.0 spec/models/classification_spec.rb
enju_subject-0.1.0.pre34 spec/models/classification_spec.rb