mintbooru/test/models/post_test.rb
2021-09-13 17:56:55 -04:00

10 lines
149 B
Ruby

# frozen_string_literal: true
require 'test_helper'
class PostTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end