2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00
moebooru/test/models/favorite_test.rb

10 lines
128 B
Ruby

require "test_helper"
class FavoriteTest < ActiveSupport::TestCase
fixtures :users
def test_all
assert true
end
end