Files
danbooru/test/functional/comment_votes_controller_test.rb

9 lines
172 B
Ruby

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