mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 01:47:48 +00:00
9 lines
155 B
Ruby
9 lines
155 B
Ruby
require "test_helper"
|
|
|
|
class AdvertisementTest < ActiveSupport::TestCase
|
|
# Replace this with your real tests.
|
|
def test_truth
|
|
assert true
|
|
end
|
|
end
|