Sha256: cb3a6dc48c10f7df22ab9d5737bc4f60e391f6ed0109765c725a9d76553a533e
Contents?: true
Size: 564 Bytes
Versions: 13
Compression:
Stored size: 564 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe BookmarkStat do fixtures :bookmark_stats it "calculates manifestation count" do bookmark_stats(:bookmark_stat_00001).transition_to!(:started).should be_truthy end end # == Schema Information # # Table name: bookmark_stats # # id :integer not null, primary key # start_date :datetime # end_date :datetime # started_at :datetime # completed_at :datetime # note :text # created_at :datetime not null # updated_at :datetime not null #
Version data entries
13 entries across 13 versions & 1 rubygems