Sha256: a508bd878b698c9c374385648a5a70eb915fbae2b454a0ff5152037939a4f6cc
Contents?: true
Size: 719 Bytes
Versions: 11
Compression:
Stored size: 719 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe Subscription do fixtures :subscriptions, :manifestations, :subscribes it "should_respond_to_subscribed" do subscriptions(:subscription_00001).subscribed(manifestations(:manifestation_00001)).should be_truthy end end # == Schema Information # # Table name: subscriptions # # id :integer not null, primary key # title :text not null # note :text # user_id :integer # order_list_id :integer # deleted_at :datetime # subscribes_count :integer default(0), not null # created_at :datetime not null # updated_at :datetime not null #
Version data entries
11 entries across 11 versions & 1 rubygems