Sha256: cc7f974c0db2ded3be12354dc9b97f59c694dd10f716c09880b3f3a8d2d2a758
Contents?: true
Size: 587 Bytes
Versions: 74
Compression:
Stored size: 587 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe ManifestationCheckoutStat do fixtures :manifestation_checkout_stats it "calculates manifestation count" do manifestation_checkout_stats(:one).calculate_count.should be_true end end # == Schema Information # # Table name: manifestation_checkout_stats # # id :integer not null, primary key # start_date :datetime # end_date :datetime # note :text # state :string(255) # created_at :datetime # updated_at :datetime # started_at :datetime # completed_at :datetime #
Version data entries
74 entries across 74 versions & 1 rubygems