# == Schema Information
#
# Table name: sn_sources
#
#  id         :integer          not null, primary key
#  category   :string(255)      not null
#  sn         :string(255)      not null
#  created_at :datetime         not null
#  updated_at :datetime         not null
#
require 'test_helper'

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