Sha256: 94ebc77f9bce6cbaddc965812760ff7187abf40d1c81f58ab5efaec70ba2cbb1

Contents?: true

Size: 585 Bytes

Versions: 1

Compression:

Stored size: 585 Bytes

Contents

require 'rails_helper'

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

end

# == Schema Information
#
# Table name: circulation_statuses
#
#  id                        :bigint           not null, primary key
#  name                      :string           not null
#  display_name              :text
#  note                      :text
#  position                  :integer
#  created_at                :datetime         not null
#  updated_at                :datetime         not null
#  display_name_translations :jsonb            not null
#

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_circulation-0.4.0.rc.1 spec/models/circulation_status_spec.rb