# == Schema Information
#
# Table name: media
#
#  id                 :integer          not null, primary key
#  attachable_id      :integer
#  attachable_type    :string(255)
#  media_file_name    :string(255)
#  media_content_type :string(255)
#  media_file_size    :integer
#  media_updated_at   :datetime
#  created_at         :datetime
#  updated_at         :datetime
#

require 'test_helper'

class MediaTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end
