mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 18:06:43 +01:00
15 lines
314 B
Ruby
15 lines
314 B
Ruby
# == 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
|