Sha256: 81ebcdc56c0c15ea576880d5d736ced89d6abe3cacdaa43a45d1dfe5544e99df
Contents?: true
Size: 685 Bytes
Versions: 31
Compression:
Stored size: 685 Bytes
Contents
# -*- encoding: utf-8 -*- require 'rails_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 # updated_at :datetime #
Version data entries
31 entries across 29 versions & 2 rubygems