Sha256: 2c88a301ea1d201faca3fb707e57b08d69f2b574680eddad37bf4003c3d5983a
Contents?: true
Size: 387 Bytes
Versions: 5
Compression:
Stored size: 387 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 should_belong_to :aggregation should_belong_to :feed end end
Version data entries
5 entries across 5 versions & 1 rubygems