Sha256: 60ac13274f1932b8b11d8c48d01c38fa3f07d4d373b1335cb57bc7511cbbe38f
Contents?: true
Size: 495 Bytes
Versions: 31
Compression:
Stored size: 495 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
31 entries across 31 versions & 2 rubygems