# == Schema Information
#
# Table name: reports
#
#  id                  :integer          not null, primary key
#  title               :string(255)
#  from_time           :datetime
#  to_time             :datetime
#  created_at          :datetime
#  updated_at          :datetime
#  location_network_id :integer
#  flag                :integer
#  path                :string(255)
#  scheduled_report_id :integer
#  is_super_admin      :boolean          default(FALSE)
#  user_id             :integer
#

require 'test_helper'

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