# == Schema Information
#
# Table name: unities
#
#  id                  :integer          not null, primary key
#  role_id             :integer
#  user_id             :integer
#  location_network_id :integer
#  current_network     :string(255)
#  created_at          :datetime
#  updated_at          :datetime
#  permission          :string(255)
#

require 'test_helper'

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