foalfetch/test/models/visit_count_test.rb
2024-07-30 09:56:47 -04:00

16 lines
344 B
Ruby

# frozen_string_literal: true
# == Schema Information
#
# Table name: visit_counts
#
# id :bigint not null, primary key
# count :integer default(0), not null
# date :date not null
#
require 'test_helper'
class VisitCountTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end