# -*- encoding: utf-8 -*- require 'spec_helper' describe CirculationStatus do #pending "add some examples to (or delete) #{__FILE__}" end # == Schema Information # # Table name: circulation_statuses # # id :integer not null, primary key # name :string(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #