# == Schema Information
#
# Table name: upgrade_data
#
#  id          :integer          not null, primary key
#  version     :string(255)
#  url         :text
#  created_at  :datetime
#  updated_at  :datetime
#  upload_time :string(255)
#

require 'test_helper'

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