Sha256: eb4b4ad6fdf5d5f5b8a9a137599ac435fc974257c251e460cc46b59cd21d41ba
Contents?: true
Size: 530 Bytes
Versions: 1
Compression:
Stored size: 530 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 # updated_at :datetime #
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_bookmark-0.2.0.beta.3 | spec/models/bookmark_stat_spec.rb |