Sha256: 90e1537612757bd78b07efd49cc800458b596a9da683f2463e115e39580295c3
Contents?: true
Size: 491 Bytes
Versions: 33
Compression:
Stored size: 491 Bytes
Contents
require 'spec_helper' describe Accept do fixtures :all it "should change circulation_status" do accept = FactoryGirl.create(:accept) accept.item.circulation_status.name.should eq 'Available On Shelf' end end # == Schema Information # # Table name: accepts # # id :integer not null, primary key # basket_id :integer # item_id :integer # librarian_id :integer # created_at :datetime not null # updated_at :datetime not null #
Version data entries
33 entries across 33 versions & 2 rubygems