Sha256: 2c530c458a89f2a208ec30aa308d3e445e867ccfe7af5bb03cf2e6ae6112f0d4
Contents?: true
Size: 584 Bytes
Versions: 47
Compression:
Stored size: 584 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe CheckedItem do fixtures :all it "should respond to available_for_checkout?" do checked_items(:checked_item_00001).available_for_checkout?.should_not be_true end end # == Schema Information # # Table name: checked_items # # id :integer not null, primary key # item_id :integer not null # basket_id :integer not null # due_date :datetime not null # created_at :datetime not null # updated_at :datetime not null # librarian_id :integer #
Version data entries
47 entries across 47 versions & 1 rubygems