# == Schema Information
#
# Table name: logs
#
#  id         :integer          not null, primary key
#  logid      :string(255)
#  event_id   :string(255)
#  device_id  :string(255)
#  timestamp  :string(255)
#  content    :string(255)
#  created_at :datetime         not null
#  updated_at :datetime         not null
#  client_ip  :string(255)
#
require 'test_helper'

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