Files
danbooru/test/functional/forum_topics_controller_test.rb

9 lines
171 B
Ruby

require 'test_helper'
class ForumTopicsControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end