Sha256: 9c9cf66314e52f3398a8153938f59ff97804cbdc99c006e5ec331d18757fc293
Contents?: true
Size: 548 Bytes
Versions: 27
Compression:
Stored size: 548 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe BookmarkStat do fixtures :bookmark_stats it "calculates manifestation count" do bookmark_stats(:bookmark_stat_00001).calculate_count.should be_true end end # == Schema Information # # Table name: bookmark_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
27 entries across 27 versions & 1 rubygems