Sha256: 1649e0c71219edd3d654176e3a3453dce02998fab09bf029a380e0924e86eaea
Contents?: true
Size: 531 Bytes
Versions: 8
Compression:
Stored size: 531 Bytes
Contents
# -*- encoding: utf-8 -*- require 'rails_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
8 entries across 8 versions & 1 rubygems