foalfetch/test/models/blog_test.rb

19 lines
416 B
Ruby
Raw Normal View History

2024-04-06 13:00:46 +02:00
# frozen_string_literal: true
# == Schema Information
#
# Table name: blogs
#
# id :bigint not null, primary key
# body :text not null
# title :text not null
# created_at :datetime not null
# updated_at :datetime not null
#
2024-07-30 15:56:47 +02:00
require 'test_helper'
2024-04-06 13:00:46 +02:00
class BlogTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end