Files
danbooru/test/functional/forum_posts_controller_test.rb

9 lines
170 B
Ruby

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