test/rails_root/test/unit/aggregation_test.rb in muck-services-0.1.14 vs test/rails_root/test/unit/aggregation_test.rb in muck-services-0.1.16
- old
+ new
@@ -1,17 +1,18 @@
# == Schema Information
#
# Table name: aggregations
#
# id :integer(4) not null, primary key
-# name :string(255)
+# terms :string(255)
# title :string(255)
# description :text
# top_tags :text
# created_at :datetime
# updated_at :datetime
# ownable_id :integer(4)
# ownable_type :string(255)
+# feed_count :integer(4) default(0)
#
require File.dirname(__FILE__) + '/../test_helper'
class AggregationTest < ActiveSupport::TestCase