Sha256: 3f7c46bd85c043ea564ca7fd30fb04a2ed82ea9135883311220f882e608dddf8
Contents?: true
Size: 701 Bytes
Versions: 13
Compression:
Stored size: 701 Bytes
Contents
# -*- encoding: utf-8 -*- require 'rails_helper' describe Shelf do fixtures :all it "should respond to web_shelf" do shelves(:shelf_00001).web_shelf?.should be_truthy shelves(:shelf_00002).web_shelf?.should_not be_truthy end end # == Schema Information # # Table name: shelves # # id :integer not null, primary key # name :string not null # display_name :text # note :text # library_id :integer not null # items_count :integer default(0), not null # position :integer # created_at :datetime # updated_at :datetime # deleted_at :datetime # closed :boolean default(FALSE), not null #
Version data entries
13 entries across 11 versions & 2 rubygems