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