# == Schema Information
#
# Table name: loggings
#
#  id                  :integer          not null, primary key
#  name                :string(255)
#  logging_type        :string(255)
#  is_enabled          :string(255)
#  upload_type         :string(255)
#  location_network_id :integer
#  extra_data          :string(255)
#  created_at          :datetime
#  updated_at          :datetime
#

require 'test_helper'

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