# == Schema Information
#
# Table name: data_overviews
#
#  id         :integer          not null, primary key
#  item       :string(255)
#  value      :integer
#  created_at :datetime         not null
#  updated_at :datetime         not null
#  value2     :integer
#  value3     :integer
#  value4     :integer
#  value5     :integer
#
require 'test_helper'

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