Sha256: 319b369b578ad6c754dfded41449ab82caf7fca5ed3a48ff5aa71dc680b42c9b
Contents?: true
Size: 515 Bytes
Versions: 27
Compression:
Stored size: 515 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 # updated_at :datetime #
Version data entries
27 entries across 27 versions & 1 rubygems