2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 18:07:25 +00:00
moebooru/test/models/advertisement_test.rb

9 lines
155 B
Ruby
Raw Permalink Normal View History

require "test_helper"
class AdvertisementTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end