mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 01:47:48 +00:00
10 lines
137 B
Ruby
10 lines
137 B
Ruby
require "test_helper"
|
|
|
|
class FlaggedPostDetailTest < ActiveSupport::TestCase
|
|
fixtures :users
|
|
|
|
def test_all
|
|
assert true
|
|
end
|
|
end
|