spec/spec_helper.rb in kaltura_box-0.0.2 vs spec/spec_helper.rb in kaltura_box-0.0.3
- old
+ new
@@ -39,9 +39,10 @@
t.string :download_url
t.string :ms_duration
t.string :tags
t.string :plays
t.string :views
+ t.integer :company_id # test for custom field
t.timestamps
end
create_table :categories, force: true do |t|