Sha256: efa06755228dddde58b9113517ef95098ec44746207641eb09c3551eb9f0fb2d
Contents?: true
Size: 511 Bytes
Versions: 35
Compression:
Stored size: 511 Bytes
Contents
# == Schema Information # # Table name: aggregation_feeds # # id :integer(4) not null, primary key # aggregation_id :integer(4) # feed_id :integer(4) # require File.dirname(__FILE__) + '/../test_helper' class AggregationFeedTest < ActiveSupport::TestCase context "aggregation feed" do setup do @aggregation_feed = Factory(:aggregation_feed) end subject { @aggregation_feed } should_belong_to :aggregation should_belong_to :feed end end
Version data entries
35 entries across 35 versions & 2 rubygems