# == Schema Information
#
# Table name: softwares
#
#  id            :integer          not null, primary key
#  name          :string(255)      not null
#  version       :string(255)      not null
#  software_file :string(255)      not null
#  category_id   :integer          default("0"), not null
#  released_at   :datetime         not null
#  update_notes  :text(65535)
#  created_at    :datetime         not null
#  updated_at    :datetime         not null
#
require 'test_helper'

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